Color spaces of #5eaeef
RGB | 94 | 174 | 239 |
---|---|---|---|
HSL | 0.57 | 0.82 | 0.65 |
HSV | 207° | 61° | 94° |
CMYK | 0.61 | 0.27 | 0.00 0.06 |
XYZ | 35.3321 | 38.8838 | 87.3045 |
Yxy | 38.8838 | 0.2187 | 0.2407 |
Hunter Lab | 62.3569 | -7.9844 | -39.3608 |
CIE-Lab | 68.6670 | -5.4318 | -39.8266 |
#5eaeef color RGB value is (94,174,239).
#5eaeef hex color red value is 94, green value is 174 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #5eaeef hue: 0.57 , saturation: 0.82 and the lightness value of 5eaeef is 0.65.
The process color (four color CMYK) of #5eaeef color hex is 0.61, 0.27, 0.00, 0.06. Web safe color of #5eaeef is #6699ff. Color #5eaeef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011110 | 10101110 | 11101111 |
Octal | 136 | 256 | 357 |
Decimal | 94 | 174 | 239 |
Hex | 5E | AE | EF |
Shades of #5eaeef
Tints of #5eaeef
RGB Percentages of Color #5eaeef
CMYK Percentages of Color #5eaeef
Complementary Color
#5eaeef | #ef9f5e |
#5eaeef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5eaeef Color Preview on White Background
Lorem ipsum dolor sit amet.
#5eaeef Color CSS Codes
.mybgcolor {background-color:#5eaeef; } .myforecolor {color:#5eaeef; } .mybordercolor {border:3px solid #5eaeef; }
#5eaeef Text Font Color
<p style="color:#5eaeef">Text here</p>
This sample text font color is #5eaeef
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.
#5eaeef Background Color
<div style="background-color:#5eaeef">
Div content here</div>
This div background color is #5eaeef
#5eaeef Border Color
<div style="border:3px solid #5eaeef">
Div here</div>
This div border color is #5eaeef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(94,174,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5eaeef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5eaeef; -webkit-box-shadow: 1px 1px 3px 2px #5eaeef; box-shadow: 1px 1px 3px 2px #5eaeef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(94,174,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5eaeef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5eaeef; -webkit-box-shadow: 1px 1px 3px 2px #5eaeef; box-shadow: 1px 1px 3px 2px #5eaeef;">
Div content here</div>
This div box has shadow with color #5eaeef
Comments
No comments written yet.
Please login to write comment.