Color spaces of #adcaeb
RGB | 173 | 202 | 235 |
---|---|---|---|
HSL | 0.59 | 0.61 | 0.80 |
HSV | 212° | 26° | 92° |
CMYK | 0.26 | 0.14 | 0.00 0.08 |
XYZ | 53.3495 | 57.1235 | 86.8114 |
Yxy | 57.1235 | 0.2704 | 0.2895 |
Hunter Lab | 75.5801 | -6.2679 | -15.1945 |
CIE-Lab | 80.2490 | -2.4202 | -19.5072 |
#adcaeb color RGB value is (173,202,235).
#adcaeb hex color red value is 173, green value is 202 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #adcaeb hue: 0.59 , saturation: 0.61 and the lightness value of adcaeb is 0.80.
The process color (four color CMYK) of #adcaeb color hex is 0.26, 0.14, 0.00, 0.08. Web safe color of #adcaeb is #99ccff. Color #adcaeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11001010 | 11101011 |
Octal | 255 | 312 | 353 |
Decimal | 173 | 202 | 235 |
Hex | AD | CA | EB |
Shades of #adcaeb
Tints of #adcaeb
RGB Percentages of Color #adcaeb
CMYK Percentages of Color #adcaeb
Complementary Color
#adcaeb | #ebcead |
#adcaeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adcaeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#adcaeb Color CSS Codes
.mybgcolor {background-color:#adcaeb; } .myforecolor {color:#adcaeb; } .mybordercolor {border:3px solid #adcaeb; }
#adcaeb Text Font Color
<p style="color:#adcaeb">Text here</p>
This sample text font color is #adcaeb
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.
#adcaeb Background Color
<div style="background-color:#adcaeb">
Div content here</div>
This div background color is #adcaeb
#adcaeb Border Color
<div style="border:3px solid #adcaeb">
Div here</div>
This div border color is #adcaeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,202,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adcaeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adcaeb; -webkit-box-shadow: 1px 1px 3px 2px #adcaeb; box-shadow: 1px 1px 3px 2px #adcaeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,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 #adcaeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adcaeb; -webkit-box-shadow: 1px 1px 3px 2px #adcaeb; box-shadow: 1px 1px 3px 2px #adcaeb;">
Div content here</div>
This div box has shadow with color #adcaeb
Comments
No comments written yet.
Please login to write comment.