Color Hex Logo

#adcadd Color Hex

#ADCADD
(173,202,221)
0 Favorites   0 Comments

Color spaces of #adcadd

RGB 173202221
HSL0.570.410.77
HSV204°22°87°
CMYK 0.220.090.00   0.13
XYZ51.405356.345876.5731
Yxy56.34580.27890.3057
Hunter Lab75.0638-9.1212-7.9374
CIE-Lab79.8102-5.6012-12.6660

#adcadd color RGB value is (173,202,221).

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

The process color (four color CMYK) of #adcadd color hex is 0.22, 0.09, 0.00, 0.13. Web safe color of #adcadd is #99cccc. Color #adcadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001010 11011101
Octal 255 312 335
Decimal 173 202 221
Hex AD CA DD

RGB Percentages of Color #adcadd

%29.03
%33.89
%37.08

CMYK Percentages of Color #adcadd

%22
%9
%0
%13

Triadic Colors of #adcadd

#adcadd #ddadca #caddad

Analogous Colors of #adcadd

#adcadd #adb2dd #adddd8

Monochromatic Colors of #adcadd

#adcadd

Complementary Color

#adcadd #ddc0ad

#adcadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcadd Color CSS Codes

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

#adcadd Text Font Color

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

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


#adcadd Background Color

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

This div background color is #adcadd


#adcadd Border Color

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

This div border color is #adcadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcadd


Comments

No comments written yet.

Please login to write comment.