Color spaces of #429edf
RGB | 66 | 158 | 223 |
---|---|---|---|
HSL | 0.57 | 0.71 | 0.57 |
HSV | 205° | 70° | 87° |
CMYK | 0.70 | 0.29 | 0.00 0.13 |
XYZ | 27.7929 | 30.9397 | 74.3192 |
Yxy | 30.9397 | 0.2089 | 0.2325 |
Hunter Lab | 55.6235 | -8.1515 | -40.2817 |
CIE-Lab | 62.4567 | -6.3050 | -40.8235 |
#429edf color RGB value is (66,158,223).
#429edf hex color red value is 66, green value is 158 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #429edf hue: 0.57 , saturation: 0.71 and the lightness value of 429edf is 0.57.
The process color (four color CMYK) of #429edf color hex is 0.70, 0.29, 0.00, 0.13. Web safe color of #429edf is #3399cc. Color #429edf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000010 | 10011110 | 11011111 |
Octal | 102 | 236 | 337 |
Decimal | 66 | 158 | 223 |
Hex | 42 | 9E | DF |
Shades of #429edf
Tints of #429edf
RGB Percentages of Color #429edf
CMYK Percentages of Color #429edf
Complementary Color
#429edf | #df8342 |
#429edf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#429edf Color Preview on White Background
Lorem ipsum dolor sit amet.
#429edf Color CSS Codes
.mybgcolor {background-color:#429edf; } .myforecolor {color:#429edf; } .mybordercolor {border:3px solid #429edf; }
#429edf Text Font Color
<p style="color:#429edf">Text here</p>
This sample text font color is #429edf
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.
#429edf Background Color
<div style="background-color:#429edf">
Div content here</div>
This div background color is #429edf
#429edf Border Color
<div style="border:3px solid #429edf">
Div here</div>
This div border color is #429edf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(66,158,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #429edf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #429edf; -webkit-box-shadow: 1px 1px 3px 2px #429edf; box-shadow: 1px 1px 3px 2px #429edf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(66,158,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #429edf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #429edf; -webkit-box-shadow: 1px 1px 3px 2px #429edf; box-shadow: 1px 1px 3px 2px #429edf;">
Div content here</div>
This div box has shadow with color #429edf
Comments
No comments written yet.
Please login to write comment.