Color spaces of #8aedee
RGB | 138 | 237 | 238 |
---|---|---|---|
HSL | 0.50 | 0.75 | 0.74 |
HSV | 181° | 42° | 93° |
CMYK | 0.42 | 0.00 | 0.00 0.07 |
XYZ | 56.1980 | 72.1447 | 91.8523 |
Yxy | 72.1447 | 0.2552 | 0.3276 |
Hunter Lab | 84.9380 | -30.5397 | -4.6598 |
CIE-Lab | 88.0382 | -28.7806 | -9.5998 |
#8aedee color RGB value is (138,237,238).
#8aedee hex color red value is 138, green value is 237 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #8aedee hue: 0.50 , saturation: 0.75 and the lightness value of 8aedee is 0.74.
The process color (four color CMYK) of #8aedee color hex is 0.42, 0.00, 0.00, 0.07. Web safe color of #8aedee is #99ffff. Color #8aedee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001010 | 11101101 | 11101110 |
Octal | 212 | 355 | 356 |
Decimal | 138 | 237 | 238 |
Hex | 8A | ED | EE |
Shades of #8aedee
Tints of #8aedee
RGB Percentages of Color #8aedee
CMYK Percentages of Color #8aedee
Complementary Color
#8aedee | #ee8b8a |
#8aedee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8aedee Color Preview on White Background
Lorem ipsum dolor sit amet.
#8aedee Color CSS Codes
.mybgcolor {background-color:#8aedee; } .myforecolor {color:#8aedee; } .mybordercolor {border:3px solid #8aedee; }
#8aedee Text Font Color
<p style="color:#8aedee">Text here</p>
This sample text font color is #8aedee
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.
#8aedee Background Color
<div style="background-color:#8aedee">
Div content here</div>
This div background color is #8aedee
#8aedee Border Color
<div style="border:3px solid #8aedee">
Div here</div>
This div border color is #8aedee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(138,237,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8aedee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8aedee; -webkit-box-shadow: 1px 1px 3px 2px #8aedee; box-shadow: 1px 1px 3px 2px #8aedee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(138,237,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8aedee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8aedee; -webkit-box-shadow: 1px 1px 3px 2px #8aedee; box-shadow: 1px 1px 3px 2px #8aedee;">
Div content here</div>
This div box has shadow with color #8aedee
Comments
No comments written yet.
Please login to write comment.