Color spaces of #4eadcb
RGB | 78 | 173 | 203 |
---|---|---|---|
HSL | 0.54 | 0.55 | 0.55 |
HSV | 194° | 62° | 80° |
CMYK | 0.62 | 0.15 | 0.00 0.20 |
XYZ | 28.8649 | 35.8186 | 61.8923 |
Yxy | 35.8186 | 0.2280 | 0.2830 |
Hunter Lab | 59.8486 | -18.6449 | -19.4205 |
CIE-Lab | 66.3811 | -19.0074 | -23.6381 |
#4eadcb color RGB value is (78,173,203).
#4eadcb hex color red value is 78, green value is 173 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4eadcb hue: 0.54 , saturation: 0.55 and the lightness value of 4eadcb is 0.55.
The process color (four color CMYK) of #4eadcb color hex is 0.62, 0.15, 0.00, 0.20. Web safe color of #4eadcb is #6699cc. Color #4eadcb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001110 | 10101101 | 11001011 |
Octal | 116 | 255 | 313 |
Decimal | 78 | 173 | 203 |
Hex | 4E | AD | CB |
Shades of #4eadcb
Tints of #4eadcb
RGB Percentages of Color #4eadcb
CMYK Percentages of Color #4eadcb
Complementary Color
#4eadcb | #cb6c4e |
#4eadcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4eadcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#4eadcb Color CSS Codes
.mybgcolor {background-color:#4eadcb; } .myforecolor {color:#4eadcb; } .mybordercolor {border:3px solid #4eadcb; }
#4eadcb Text Font Color
<p style="color:#4eadcb">Text here</p>
This sample text font color is #4eadcb
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.
#4eadcb Background Color
<div style="background-color:#4eadcb">
Div content here</div>
This div background color is #4eadcb
#4eadcb Border Color
<div style="border:3px solid #4eadcb">
Div here</div>
This div border color is #4eadcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(78,173,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4eadcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4eadcb; -webkit-box-shadow: 1px 1px 3px 2px #4eadcb; box-shadow: 1px 1px 3px 2px #4eadcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(78,173,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4eadcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4eadcb; -webkit-box-shadow: 1px 1px 3px 2px #4eadcb; box-shadow: 1px 1px 3px 2px #4eadcb;">
Div content here</div>
This div box has shadow with color #4eadcb
Comments
No comments written yet.
Please login to write comment.