Color spaces of #42addc
RGB | 66 | 173 | 220 |
---|---|---|---|
HSL | 0.55 | 0.69 | 0.56 |
HSV | 198° | 70° | 86° |
CMYK | 0.70 | 0.21 | 0.00 0.14 |
XYZ | 30.1086 | 36.2127 | 73.1130 |
Yxy | 36.2127 | 0.2159 | 0.2597 |
Hunter Lab | 60.1770 | -16.0001 | -29.9114 |
CIE-Lab | 66.6821 | -15.5457 | -32.5804 |
#42addc color RGB value is (66,173,220).
#42addc hex color red value is 66, green value is 173 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #42addc hue: 0.55 , saturation: 0.69 and the lightness value of 42addc is 0.56.
The process color (four color CMYK) of #42addc color hex is 0.70, 0.21, 0.00, 0.14. Web safe color of #42addc is #3399cc. Color #42addc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000010 | 10101101 | 11011100 |
Octal | 102 | 255 | 334 |
Decimal | 66 | 173 | 220 |
Hex | 42 | AD | DC |
Shades of #42addc
Tints of #42addc
RGB Percentages of Color #42addc
CMYK Percentages of Color #42addc
Complementary Color
#42addc | #dc7142 |
#42addc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#42addc Color Preview on White Background
Lorem ipsum dolor sit amet.
#42addc Color CSS Codes
.mybgcolor {background-color:#42addc; } .myforecolor {color:#42addc; } .mybordercolor {border:3px solid #42addc; }
#42addc Text Font Color
<p style="color:#42addc">Text here</p>
This sample text font color is #42addc
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.
#42addc Background Color
<div style="background-color:#42addc">
Div content here</div>
This div background color is #42addc
#42addc Border Color
<div style="border:3px solid #42addc">
Div here</div>
This div border color is #42addc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(66,173,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #42addc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #42addc; -webkit-box-shadow: 1px 1px 3px 2px #42addc; box-shadow: 1px 1px 3px 2px #42addc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(66,173,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #42addc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #42addc; -webkit-box-shadow: 1px 1px 3px 2px #42addc; box-shadow: 1px 1px 3px 2px #42addc;">
Div content here</div>
This div box has shadow with color #42addc
Comments
No comments written yet.
Please login to write comment.