Color spaces of #64eede
RGB | 100 | 238 | 222 |
---|---|---|---|
HSL | 0.48 | 0.80 | 0.66 |
HSV | 173° | 58° | 93° |
CMYK | 0.58 | 0.00 | 0.07 0.07 |
XYZ | 49.0149 | 69.1323 | 79.8678 |
Yxy | 69.1323 | 0.2475 | 0.3491 |
Hunter Lab | 83.1458 | -40.2785 | 1.2496 |
CIE-Lab | 86.5695 | -41.1511 | -3.5272 |
#64eede color RGB value is (100,238,222).
#64eede hex color red value is 100, green value is 238 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #64eede hue: 0.48 , saturation: 0.80 and the lightness value of 64eede is 0.66.
The process color (four color CMYK) of #64eede color hex is 0.58, 0.00, 0.07, 0.07. Web safe color of #64eede is #66ffcc. Color #64eede contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100100 | 11101110 | 11011110 |
Octal | 144 | 356 | 336 |
Decimal | 100 | 238 | 222 |
Hex | 64 | EE | DE |
Shades of #64eede
Tints of #64eede
RGB Percentages of Color #64eede
CMYK Percentages of Color #64eede
Complementary Color
#64eede | #ee6474 |
#64eede Color Preview on Black Background
Lorem ipsum dolor sit amet.
#64eede Color Preview on White Background
Lorem ipsum dolor sit amet.
#64eede Color CSS Codes
.mybgcolor {background-color:#64eede; } .myforecolor {color:#64eede; } .mybordercolor {border:3px solid #64eede; }
#64eede Text Font Color
<p style="color:#64eede">Text here</p>
This sample text font color is #64eede
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.
#64eede Background Color
<div style="background-color:#64eede">
Div content here</div>
This div background color is #64eede
#64eede Border Color
<div style="border:3px solid #64eede">
Div here</div>
This div border color is #64eede
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(100,238,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #64eede; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #64eede; -webkit-box-shadow: 1px 1px 3px 2px #64eede; box-shadow: 1px 1px 3px 2px #64eede; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(100,238,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #64eede">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #64eede; -webkit-box-shadow: 1px 1px 3px 2px #64eede; box-shadow: 1px 1px 3px 2px #64eede;">
Div content here</div>
This div box has shadow with color #64eede
Comments
No comments written yet.
Please login to write comment.