Color spaces of #1eeaee
RGB | 30 | 234 | 238 |
---|---|---|---|
HSL | 0.50 | 0.86 | 0.53 |
HSV | 181° | 87° | 93° |
CMYK | 0.87 | 0.02 | 0.00 0.07 |
XYZ | 45.3909 | 65.2947 | 91.0997 |
Yxy | 65.2947 | 0.2249 | 0.3236 |
Hunter Lab | 80.8051 | -41.1397 | -10.2799 |
CIE-Lab | 84.6354 | -42.9501 | -14.9492 |
#1eeaee color RGB value is (30,234,238).
#1eeaee hex color red value is 30, green value is 234 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #1eeaee hue: 0.50 , saturation: 0.86 and the lightness value of 1eeaee is 0.53.
The process color (four color CMYK) of #1eeaee color hex is 0.87, 0.02, 0.00, 0.07. Web safe color of #1eeaee is #33ffff. Color #1eeaee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011110 | 11101010 | 11101110 |
Octal | 36 | 352 | 356 |
Decimal | 30 | 234 | 238 |
Hex | 1E | EA | EE |
Shades of #1eeaee
Tints of #1eeaee
RGB Percentages of Color #1eeaee
CMYK Percentages of Color #1eeaee
Complementary Color
#1eeaee | #ee221e |
#1eeaee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1eeaee Color Preview on White Background
Lorem ipsum dolor sit amet.
#1eeaee Color CSS Codes
.mybgcolor {background-color:#1eeaee; } .myforecolor {color:#1eeaee; } .mybordercolor {border:3px solid #1eeaee; }
#1eeaee Text Font Color
<p style="color:#1eeaee">Text here</p>
This sample text font color is #1eeaee
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.
#1eeaee Background Color
<div style="background-color:#1eeaee">
Div content here</div>
This div background color is #1eeaee
#1eeaee Border Color
<div style="border:3px solid #1eeaee">
Div here</div>
This div border color is #1eeaee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(30,234,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1eeaee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1eeaee; -webkit-box-shadow: 1px 1px 3px 2px #1eeaee; box-shadow: 1px 1px 3px 2px #1eeaee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(30,234,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 #1eeaee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1eeaee; -webkit-box-shadow: 1px 1px 3px 2px #1eeaee; box-shadow: 1px 1px 3px 2px #1eeaee;">
Div content here</div>
This div box has shadow with color #1eeaee
Comments
No comments written yet.
Please login to write comment.