Color spaces of #42ccce
RGB | 66 | 204 | 206 |
---|---|---|---|
HSL | 0.50 | 0.59 | 0.53 |
HSV | 181° | 68° | 81° |
CMYK | 0.68 | 0.01 | 0.00 0.19 |
XYZ | 34.9802 | 48.8002 | 65.9683 |
Yxy | 48.8002 | 0.2336 | 0.3259 |
Hunter Lab | 69.8571 | -32.8681 | -7.0894 |
CIE-Lab | 75.3269 | -35.3356 | -11.7742 |
#42ccce color RGB value is (66,204,206).
#42ccce hex color red value is 66, green value is 204 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #42ccce hue: 0.50 , saturation: 0.59 and the lightness value of 42ccce is 0.53.
The process color (four color CMYK) of #42ccce color hex is 0.68, 0.01, 0.00, 0.19. Web safe color of #42ccce is #33cccc. Color #42ccce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000010 | 11001100 | 11001110 |
Octal | 102 | 314 | 316 |
Decimal | 66 | 204 | 206 |
Hex | 42 | CC | CE |
Shades of #42ccce
Tints of #42ccce
RGB Percentages of Color #42ccce
CMYK Percentages of Color #42ccce
Complementary Color
#42ccce | #ce4442 |
#42ccce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#42ccce Color Preview on White Background
Lorem ipsum dolor sit amet.
#42ccce Color CSS Codes
.mybgcolor {background-color:#42ccce; } .myforecolor {color:#42ccce; } .mybordercolor {border:3px solid #42ccce; }
#42ccce Text Font Color
<p style="color:#42ccce">Text here</p>
This sample text font color is #42ccce
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.
#42ccce Background Color
<div style="background-color:#42ccce">
Div content here</div>
This div background color is #42ccce
#42ccce Border Color
<div style="border:3px solid #42ccce">
Div here</div>
This div border color is #42ccce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(66,204,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #42ccce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #42ccce; -webkit-box-shadow: 1px 1px 3px 2px #42ccce; box-shadow: 1px 1px 3px 2px #42ccce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(66,204,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #42ccce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #42ccce; -webkit-box-shadow: 1px 1px 3px 2px #42ccce; box-shadow: 1px 1px 3px 2px #42ccce;">
Div content here</div>
This div box has shadow with color #42ccce
Comments
No comments written yet.
Please login to write comment.