Color spaces of #1cceda
RGB | 28 | 206 | 218 |
---|---|---|---|
HSL | 0.51 | 0.77 | 0.48 |
HSV | 184° | 87° | 85° |
CMYK | 0.87 | 0.06 | 0.00 0.15 |
XYZ | 35.2051 | 49.4514 | 74.0192 |
Yxy | 49.4514 | 0.2219 | 0.3117 |
Hunter Lab | 70.3217 | -33.7006 | -13.1823 |
CIE-Lab | 75.7313 | -36.3125 | -17.6990 |
#1cceda color RGB value is (28,206,218).
#1cceda hex color red value is 28, green value is 206 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #1cceda hue: 0.51 , saturation: 0.77 and the lightness value of 1cceda is 0.48.
The process color (four color CMYK) of #1cceda color hex is 0.87, 0.06, 0.00, 0.15. Web safe color of #1cceda is #33cccc. Color #1cceda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011100 | 11001110 | 11011010 |
Octal | 34 | 316 | 332 |
Decimal | 28 | 206 | 218 |
Hex | 1C | CE | DA |
Shades of #1cceda
Tints of #1cceda
RGB Percentages of Color #1cceda
CMYK Percentages of Color #1cceda
Complementary Color
#1cceda | #da281c |
#1cceda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1cceda Color Preview on White Background
Lorem ipsum dolor sit amet.
#1cceda Color CSS Codes
.mybgcolor {background-color:#1cceda; } .myforecolor {color:#1cceda; } .mybordercolor {border:3px solid #1cceda; }
#1cceda Text Font Color
<p style="color:#1cceda">Text here</p>
This sample text font color is #1cceda
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.
#1cceda Background Color
<div style="background-color:#1cceda">
Div content here</div>
This div background color is #1cceda
#1cceda Border Color
<div style="border:3px solid #1cceda">
Div here</div>
This div border color is #1cceda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(28,206,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1cceda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1cceda; -webkit-box-shadow: 1px 1px 3px 2px #1cceda; box-shadow: 1px 1px 3px 2px #1cceda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(28,206,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1cceda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1cceda; -webkit-box-shadow: 1px 1px 3px 2px #1cceda; box-shadow: 1px 1px 3px 2px #1cceda;">
Div content here</div>
This div box has shadow with color #1cceda
#1cceda Color Palettes
Comments
No comments written yet.
Please login to write comment.