Color spaces of #71deee
RGB | 113 | 222 | 238 |
---|---|---|---|
HSL | 0.52 | 0.79 | 0.69 |
HSV | 188° | 53° | 93° |
CMYK | 0.53 | 0.07 | 0.00 0.07 |
XYZ | 48.3639 | 61.9263 | 90.2928 |
Yxy | 61.9263 | 0.2411 | 0.3087 |
Hunter Lab | 78.6933 | -28.0093 | -12.9442 |
CIE-Lab | 82.8742 | -27.0061 | -17.4276 |
#71deee color RGB value is (113,222,238).
#71deee hex color red value is 113, green value is 222 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #71deee hue: 0.52 , saturation: 0.79 and the lightness value of 71deee is 0.69.
The process color (four color CMYK) of #71deee color hex is 0.53, 0.07, 0.00, 0.07. Web safe color of #71deee is #66ccff. Color #71deee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 11011110 | 11101110 |
Octal | 161 | 336 | 356 |
Decimal | 113 | 222 | 238 |
Hex | 71 | DE | EE |
Shades of #71deee
Tints of #71deee
RGB Percentages of Color #71deee
CMYK Percentages of Color #71deee
Complementary Color
#71deee | #ee8171 |
#71deee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#71deee Color Preview on White Background
Lorem ipsum dolor sit amet.
#71deee Color CSS Codes
.mybgcolor {background-color:#71deee; } .myforecolor {color:#71deee; } .mybordercolor {border:3px solid #71deee; }
#71deee Text Font Color
<p style="color:#71deee">Text here</p>
This sample text font color is #71deee
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.
#71deee Background Color
<div style="background-color:#71deee">
Div content here</div>
This div background color is #71deee
#71deee Border Color
<div style="border:3px solid #71deee">
Div here</div>
This div border color is #71deee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,222,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #71deee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71deee; -webkit-box-shadow: 1px 1px 3px 2px #71deee; box-shadow: 1px 1px 3px 2px #71deee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,222,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 #71deee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #71deee; -webkit-box-shadow: 1px 1px 3px 2px #71deee; box-shadow: 1px 1px 3px 2px #71deee;">
Div content here</div>
This div box has shadow with color #71deee
Comments
No comments written yet.
Please login to write comment.