Color Hex Logo

#adcaed Color Hex

#ADCAED
(173,202,237)
0 Favorites   0 Comments

Color spaces of #adcaed

RGB 173202237
HSL0.590.640.80
HSV213°27°93°
CMYK 0.270.150.00   0.07
XYZ53.640257.239788.3420
Yxy57.23970.26920.2873
Hunter Lab75.6569-5.8444-16.2711
CIE-Lab80.3142-1.9535-20.4783

#adcaed color RGB value is (173,202,237).

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

The process color (four color CMYK) of #adcaed color hex is 0.27, 0.15, 0.00, 0.07. Web safe color of #adcaed is #99ccff. Color #adcaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001010 11101101
Octal 255 312 355
Decimal 173 202 237
Hex AD CA ED

RGB Percentages of Color #adcaed

%28.27
%33.01
%38.73

CMYK Percentages of Color #adcaed

%27
%15
%0
%7

Triadic Colors of #adcaed

#adcaed #edadca #caedad

Analogous Colors of #adcaed

#adcaed #b0aded #adeaed

Monochromatic Colors of #adcaed

#adcaed

Complementary Color

#adcaed #edd0ad

#adcaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcaed Color CSS Codes

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

#adcaed Text Font Color

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

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


#adcaed Background Color

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

This div background color is #adcaed


#adcaed Border Color

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

This div border color is #adcaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcaed


Comments

No comments written yet.

Please login to write comment.