Color Hex Logo

#adcae9 Color Hex

#ADCAE9
(173,202,233)
0 Favorites   0 Comments

Color spaces of #adcae9

RGB 173202233
HSL0.590.580.80
HSV211°26°91°
CMYK 0.260.130.00   0.09
XYZ53.062157.008585.2979
Yxy57.00850.27160.2918
Hunter Lab75.5040-6.6871-14.1280
CIE-Lab80.1844-2.8836-18.5345

#adcae9 color RGB value is (173,202,233).

#adcae9 hex color red value is 173, green value is 202 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #adcae9 hue: 0.59 , saturation: 0.58 and the lightness value of adcae9 is 0.80.

The process color (four color CMYK) of #adcae9 color hex is 0.26, 0.13, 0.00, 0.09. Web safe color of #adcae9 is #99ccff. Color #adcae9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001010 11101001
Octal 255 312 351
Decimal 173 202 233
Hex AD CA E9

RGB Percentages of Color #adcae9

%28.45
%33.22
%38.32

CMYK Percentages of Color #adcae9

%26
%13
%0
%9

Triadic Colors of #adcae9

#adcae9 #e9adca #cae9ad

Analogous Colors of #adcae9

#adcae9 #aeade9 #ade8e9

Monochromatic Colors of #adcae9

#adcae9

Complementary Color

#adcae9 #e9ccad

#adcae9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcae9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcae9 Color CSS Codes

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

#adcae9 Text Font Color

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

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


#adcae9 Background Color

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

This div background color is #adcae9


#adcae9 Border Color

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

This div border color is #adcae9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcae9


Comments

No comments written yet.

Please login to write comment.