Color spaces of #64cbee
RGB | 100 | 203 | 238 |
---|---|---|---|
HSL | 0.54 | 0.80 | 0.66 |
HSV | 195° | 58° | 93° |
CMYK | 0.58 | 0.15 | 0.00 0.07 |
XYZ | 42.0441 | 51.5942 | 88.6316 |
Yxy | 51.5942 | 0.2307 | 0.2831 |
Hunter Lab | 71.8291 | -21.2186 | -22.8789 |
CIE-Lab | 77.0376 | -20.0527 | -26.3313 |
#64cbee color RGB value is (100,203,238).
#64cbee hex color red value is 100, green value is 203 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #64cbee hue: 0.54 , saturation: 0.80 and the lightness value of 64cbee is 0.66.
The process color (four color CMYK) of #64cbee color hex is 0.58, 0.15, 0.00, 0.07. Web safe color of #64cbee is #66ccff. Color #64cbee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100100 | 11001011 | 11101110 |
Octal | 144 | 313 | 356 |
Decimal | 100 | 203 | 238 |
Hex | 64 | CB | EE |
Shades of #64cbee
Tints of #64cbee
RGB Percentages of Color #64cbee
CMYK Percentages of Color #64cbee
Complementary Color
#64cbee | #ee8764 |
#64cbee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#64cbee Color Preview on White Background
Lorem ipsum dolor sit amet.
#64cbee Color CSS Codes
.mybgcolor {background-color:#64cbee; } .myforecolor {color:#64cbee; } .mybordercolor {border:3px solid #64cbee; }
#64cbee Text Font Color
<p style="color:#64cbee">Text here</p>
This sample text font color is #64cbee
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.
#64cbee Background Color
<div style="background-color:#64cbee">
Div content here</div>
This div background color is #64cbee
#64cbee Border Color
<div style="border:3px solid #64cbee">
Div here</div>
This div border color is #64cbee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(100,203,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #64cbee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #64cbee; -webkit-box-shadow: 1px 1px 3px 2px #64cbee; box-shadow: 1px 1px 3px 2px #64cbee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(100,203,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 #64cbee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #64cbee; -webkit-box-shadow: 1px 1px 3px 2px #64cbee; box-shadow: 1px 1px 3px 2px #64cbee;">
Div content here</div>
This div box has shadow with color #64cbee
Comments
No comments written yet.
Please login to write comment.