Color spaces of #04cbbf
RGB | 4 | 203 | 191 |
---|---|---|---|
HSL | 0.49 | 0.96 | 0.41 |
HSV | 176° | 98° | 80° |
CMYK | 0.98 | 0.00 | 0.06 0.20 |
XYZ | 30.8100 | 46.4993 | 56.6416 |
Yxy | 46.4993 | 0.2300 | 0.3471 |
Hunter Lab | 68.1904 | -38.6828 | -1.5153 |
CIE-Lab | 73.8684 | -43.8944 | -5.9048 |
#04cbbf color RGB value is (4,203,191).
#04cbbf hex color red value is 4, green value is 203 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #04cbbf hue: 0.49 , saturation: 0.96 and the lightness value of 04cbbf is 0.41.
The process color (four color CMYK) of #04cbbf color hex is 0.98, 0.00, 0.06, 0.20. Web safe color of #04cbbf is #00cccc. Color #04cbbf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000100 | 11001011 | 10111111 |
Octal | 4 | 313 | 277 |
Decimal | 4 | 203 | 191 |
Hex | 4 | CB | BF |
Shades of #04cbbf
Tints of #04cbbf
RGB Percentages of Color #04cbbf
CMYK Percentages of Color #04cbbf
Complementary Color
#04cbbf | #cb0410 |
#04cbbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#04cbbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#04cbbf Color CSS Codes
.mybgcolor {background-color:#04cbbf; } .myforecolor {color:#04cbbf; } .mybordercolor {border:3px solid #04cbbf; }
#04cbbf Text Font Color
<p style="color:#04cbbf">Text here</p>
This sample text font color is #04cbbf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#04cbbf Background Color
<div style="background-color:#04cbbf">
Div content here</div>
This div background color is #04cbbf
#04cbbf Border Color
<div style="border:3px solid #04cbbf">
Div here</div>
This div border color is #04cbbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(4,203,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #04cbbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #04cbbf; -webkit-box-shadow: 1px 1px 3px 2px #04cbbf; box-shadow: 1px 1px 3px 2px #04cbbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(4,203,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #04cbbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #04cbbf; -webkit-box-shadow: 1px 1px 3px 2px #04cbbf; box-shadow: 1px 1px 3px 2px #04cbbf;">
Div content here</div>
This div box has shadow with color #04cbbf
Comments
No comments written yet.
Please login to write comment.