color details

Color Details
#33d8da Color Hex

#33d8da color RGB value is (3, 61, 141).
#33d8da hex color red value is 3, green value is 61, and blue value is 141.
Cylindrical-coordinate representations (HSL) of color #33d8da hue: 214.78, saturation: 0.96 and lightness: 0.28.

The process color (four-color CMYK) of #33d8da color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #33d8da is #ff9999. Color #33d8da contains mainly RED.

Color Spaces
Color spaces of #33d8daValue
RGB51, 216, 218
HSL0.5, 0.69, 0.53
HSV181°, 77°, 85°
XYZ38.57, 54.87, 74.87
Base Numbers
Base Red Green Blue
Binary 110011 11011000 11011010
Octal 63 330 332
Decimal 51 216 218
Hex 33 D8 DA

RGB Percentages for Color #33d8da

10.52%
44.54%
44.95%

CMYK Percentages of the Color #33d8da

76.61%
0.92%
14.51%
CSS Codes for Color #33d8da
.mybgColor {background-color: #33d8da;}
.myforeColor {color: #33d8da;}
.myborderColor {border:3px solid #33d8da;}
Text Font Color #33d8da

<p style="color:#33d8da">Text here</p>

This sample text is styled with the font color #33d8da. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #33d8da

<div style="background-color:#33d8da">Div content here</div>

The background color of this div is #33d8da
Border Color #33d8da

<div style="border:3px solid #33d8da">Div here</div>

The border color of this div is #33d8da
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(51, 216, 218, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #33d8da;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #33d8da;
-webkit-box-shadow: 1px 1px 3px #33d8da;
box-shadow: 1px 1px 3px #33d8da;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51, 216, 218, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #33d8da;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #33d8da; -webkit-box-shadow: 1px 1px 3px #33d8da; box-shadow: 1px 1px 3px #33d8da;">Div content here</div>

This div box has a shadow with a specified color. #33d8da

Scroll to Top