Color spaces of #1ccaeb
RGB | 28 | 202 | 235 |
---|---|---|---|
HSL | 0.53 | 0.84 | 0.52 |
HSV | 190° | 88° | 92° |
CMYK | 0.88 | 0.14 | 0.00 0.08 |
XYZ | 36.5948 | 48.4861 | 86.0273 |
Yxy | 48.4861 | 0.2139 | 0.2834 |
Hunter Lab | 69.6320 | -28.0460 | -24.5079 |
CIE-Lab | 75.1305 | -29.0589 | -27.7721 |
#1ccaeb color RGB value is (28,202,235).
#1ccaeb hex color red value is 28, green value is 202 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #1ccaeb hue: 0.53 , saturation: 0.84 and the lightness value of 1ccaeb is 0.52.
The process color (four color CMYK) of #1ccaeb color hex is 0.88, 0.14, 0.00, 0.08. Web safe color of #1ccaeb is #33ccff. Color #1ccaeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011100 | 11001010 | 11101011 |
Octal | 34 | 312 | 353 |
Decimal | 28 | 202 | 235 |
Hex | 1C | CA | EB |
Shades of #1ccaeb
Tints of #1ccaeb
RGB Percentages of Color #1ccaeb
CMYK Percentages of Color #1ccaeb
Complementary Color
#1ccaeb | #eb3d1c |
#1ccaeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1ccaeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#1ccaeb Color CSS Codes
.mybgcolor {background-color:#1ccaeb; } .myforecolor {color:#1ccaeb; } .mybordercolor {border:3px solid #1ccaeb; }
#1ccaeb Text Font Color
<p style="color:#1ccaeb">Text here</p>
This sample text font color is #1ccaeb
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.
#1ccaeb Background Color
<div style="background-color:#1ccaeb">
Div content here</div>
This div background color is #1ccaeb
#1ccaeb Border Color
<div style="border:3px solid #1ccaeb">
Div here</div>
This div border color is #1ccaeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(28,202,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1ccaeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1ccaeb; -webkit-box-shadow: 1px 1px 3px 2px #1ccaeb; box-shadow: 1px 1px 3px 2px #1ccaeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(28,202,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1ccaeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1ccaeb; -webkit-box-shadow: 1px 1px 3px 2px #1ccaeb; box-shadow: 1px 1px 3px 2px #1ccaeb;">
Div content here</div>
This div box has shadow with color #1ccaeb
Comments
No comments written yet.
Please login to write comment.