Color spaces of #1cacca
RGB | 28 | 172 | 202 |
---|---|---|---|
HSL | 0.53 | 0.76 | 0.45 |
HSV | 190° | 86° | 79° |
CMYK | 0.86 | 0.15 | 0.00 0.21 |
XYZ | 25.8921 | 34.0162 | 61.0782 |
Yxy | 34.0162 | 0.2140 | 0.2812 |
Hunter Lab | 58.3234 | -22.8227 | -21.2641 |
CIE-Lab | 64.9754 | -24.9067 | -25.3320 |
#1cacca color RGB value is (28,172,202).
#1cacca hex color red value is 28, green value is 172 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #1cacca hue: 0.53 , saturation: 0.76 and the lightness value of 1cacca is 0.45.
The process color (four color CMYK) of #1cacca color hex is 0.86, 0.15, 0.00, 0.21. Web safe color of #1cacca is #3399cc. Color #1cacca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011100 | 10101100 | 11001010 |
Octal | 34 | 254 | 312 |
Decimal | 28 | 172 | 202 |
Hex | 1C | AC | CA |
Shades of #1cacca
Tints of #1cacca
RGB Percentages of Color #1cacca
CMYK Percentages of Color #1cacca
Complementary Color
#1cacca | #ca3a1c |
#1cacca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1cacca Color Preview on White Background
Lorem ipsum dolor sit amet.
#1cacca Color CSS Codes
.mybgcolor {background-color:#1cacca; } .myforecolor {color:#1cacca; } .mybordercolor {border:3px solid #1cacca; }
#1cacca Text Font Color
<p style="color:#1cacca">Text here</p>
This sample text font color is #1cacca
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.
#1cacca Background Color
<div style="background-color:#1cacca">
Div content here</div>
This div background color is #1cacca
#1cacca Border Color
<div style="border:3px solid #1cacca">
Div here</div>
This div border color is #1cacca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(28,172,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1cacca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1cacca; -webkit-box-shadow: 1px 1px 3px 2px #1cacca; box-shadow: 1px 1px 3px 2px #1cacca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(28,172,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1cacca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1cacca; -webkit-box-shadow: 1px 1px 3px 2px #1cacca; box-shadow: 1px 1px 3px 2px #1cacca;">
Div content here</div>
This div box has shadow with color #1cacca
Comments
No comments written yet.
Please login to write comment.