Color spaces of #1dceee
RGB | 29 | 206 | 238 |
---|---|---|---|
HSL | 0.53 | 0.86 | 0.52 |
HSV | 189° | 88° | 93° |
CMYK | 0.88 | 0.13 | 0.00 0.07 |
XYZ | 38.0106 | 50.5769 | 88.6479 |
Yxy | 50.5769 | 0.2145 | 0.2854 |
Hunter Lab | 71.1174 | -29.0515 | -24.1228 |
CIE-Lab | 76.4220 | -29.9941 | -27.4041 |
#1dceee color RGB value is (29,206,238).
#1dceee hex color red value is 29, green value is 206 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #1dceee hue: 0.53 , saturation: 0.86 and the lightness value of 1dceee is 0.52.
The process color (four color CMYK) of #1dceee color hex is 0.88, 0.13, 0.00, 0.07. Web safe color of #1dceee is #33ccff. Color #1dceee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011101 | 11001110 | 11101110 |
Octal | 35 | 316 | 356 |
Decimal | 29 | 206 | 238 |
Hex | 1D | CE | EE |
Shades of #1dceee
Tints of #1dceee
RGB Percentages of Color #1dceee
CMYK Percentages of Color #1dceee
Complementary Color
#1dceee | #ee3d1d |
#1dceee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1dceee Color Preview on White Background
Lorem ipsum dolor sit amet.
#1dceee Color CSS Codes
.mybgcolor {background-color:#1dceee; } .myforecolor {color:#1dceee; } .mybordercolor {border:3px solid #1dceee; }
#1dceee Text Font Color
<p style="color:#1dceee">Text here</p>
This sample text font color is #1dceee
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.
#1dceee Background Color
<div style="background-color:#1dceee">
Div content here</div>
This div background color is #1dceee
#1dceee Border Color
<div style="border:3px solid #1dceee">
Div here</div>
This div border color is #1dceee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(29,206,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1dceee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1dceee; -webkit-box-shadow: 1px 1px 3px 2px #1dceee; box-shadow: 1px 1px 3px 2px #1dceee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(29,206,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 #1dceee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1dceee; -webkit-box-shadow: 1px 1px 3px 2px #1dceee; box-shadow: 1px 1px 3px 2px #1dceee;">
Div content here</div>
This div box has shadow with color #1dceee
Comments
No comments written yet.
Please login to write comment.