Color spaces of #1cece7
RGB | 28 | 236 | 231 |
---|---|---|---|
HSL | 0.50 | 0.85 | 0.52 |
HSV | 179° | 88° | 93° |
CMYK | 0.88 | 0.00 | 0.02 0.07 |
XYZ | 44.8981 | 66.0073 | 85.9756 |
Yxy | 66.0073 | 0.2280 | 0.3353 |
Hunter Lab | 81.2449 | -43.5346 | -5.8709 |
CIE-Lab | 85.0001 | -45.9419 | -10.7185 |
#1cece7 color RGB value is (28,236,231).
#1cece7 hex color red value is 28, green value is 236 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #1cece7 hue: 0.50 , saturation: 0.85 and the lightness value of 1cece7 is 0.52.
The process color (four color CMYK) of #1cece7 color hex is 0.88, 0.00, 0.02, 0.07. Web safe color of #1cece7 is #33ffff. Color #1cece7 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011100 | 11101100 | 11100111 |
Octal | 34 | 354 | 347 |
Decimal | 28 | 236 | 231 |
Hex | 1C | EC | E7 |
Shades of #1cece7
Tints of #1cece7
RGB Percentages of Color #1cece7
CMYK Percentages of Color #1cece7
Complementary Color
#1cece7 | #ec1c21 |
#1cece7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1cece7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#1cece7 Color CSS Codes
.mybgcolor {background-color:#1cece7; } .myforecolor {color:#1cece7; } .mybordercolor {border:3px solid #1cece7; }
#1cece7 Text Font Color
<p style="color:#1cece7">Text here</p>
This sample text font color is #1cece7
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.
#1cece7 Background Color
<div style="background-color:#1cece7">
Div content here</div>
This div background color is #1cece7
#1cece7 Border Color
<div style="border:3px solid #1cece7">
Div here</div>
This div border color is #1cece7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(28,236,231, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1cece7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1cece7; -webkit-box-shadow: 1px 1px 3px 2px #1cece7; box-shadow: 1px 1px 3px 2px #1cece7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(28,236,231, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1cece7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1cece7; -webkit-box-shadow: 1px 1px 3px 2px #1cece7; box-shadow: 1px 1px 3px 2px #1cece7;">
Div content here</div>
This div box has shadow with color #1cece7
Comments
No comments written yet.
Please login to write comment.