Color Hex Logo

#adcae1 Color Hex

#ADCAE1
(173,202,225)
0 Favorites   0 Comments

Color spaces of #adcae1

RGB 173202225
HSL0.570.460.78
HSV207°23°88°
CMYK 0.230.100.00   0.12
XYZ51.944756.561579.4139
Yxy56.56150.27640.3010
Hunter Lab75.2074-8.3254-9.9611
CIE-Lab79.9323-4.7076-14.6283

#adcae1 color RGB value is (173,202,225).

#adcae1 hex color red value is 173, green value is 202 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #adcae1 hue: 0.57 , saturation: 0.46 and the lightness value of adcae1 is 0.78.

The process color (four color CMYK) of #adcae1 color hex is 0.23, 0.10, 0.00, 0.12. Web safe color of #adcae1 is #99cccc. Color #adcae1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001010 11100001
Octal 255 312 341
Decimal 173 202 225
Hex AD CA E1

RGB Percentages of Color #adcae1

%28.83
%33.67
%37.50

CMYK Percentages of Color #adcae1

%23
%10
%0
%12

Triadic Colors of #adcae1

#adcae1 #e1adca #cae1ad

Analogous Colors of #adcae1

#adcae1 #adb0e1 #ade1de

Monochromatic Colors of #adcae1

#adcae1

Complementary Color

#adcae1 #e1c4ad

#adcae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcae1 Color CSS Codes

.mybgcolor {background-color:#adcae1; } 
.myforecolor {color:#adcae1; }
.mybordercolor {border:3px solid #adcae1; }

#adcae1 Text Font Color

<p style="color:#adcae1">Text here</p>

This sample text font color is #adcae1
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.


#adcae1 Background Color

<div style="background-color:#adcae1">
Div content here</div>

This div background color is #adcae1


#adcae1 Border Color

<div style="border:3px solid #adcae1">
Div here</div>

This div border color is #adcae1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(173,202,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #adcae1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #adcae1;
  -webkit-box-shadow: 1px 1px 3px 2px #adcae1;
  box-shadow:         1px 1px 3px 2px #adcae1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,202,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #adcae1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #adcae1;
  -webkit-box-shadow: 1px 1px 3px 2px #adcae1;
  box-shadow:         1px 1px 3px 2px #adcae1;">
Div content here</div>

This div box has shadow with color #adcae1


Comments

No comments written yet.

Please login to write comment.