Color Hex Logo

#addeca Color Hex

#ADDECA
(173,222,202)
0 Favorites   0 Comments

Color spaces of #addeca

RGB 173222202
HSL0.430.430.77
HSV156°22°87°
CMYK 0.220.000.09   0.13
XYZ54.015565.391165.6519
Yxy65.39110.29190.3534
Hunter Lab80.8648-22.28018.4694
CIE-Lab84.6849-19.83114.6313

#addeca color RGB value is (173,222,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011110 11001010
Octal 255 336 312
Decimal 173 222 202
Hex AD DE CA

RGB Percentages of Color #addeca

%28.98
%37.19
%33.84

CMYK Percentages of Color #addeca

%22
%0
%9
%13

Triadic Colors of #addeca

#addeca #caadde #decaad

Analogous Colors of #addeca

#addeca #addade #addeb2

Monochromatic Colors of #addeca

#addeca

Complementary Color

#addeca #deadc1

#addeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#addeca Color CSS Codes

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

#addeca Text Font Color

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

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


#addeca Background Color

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

This div background color is #addeca


#addeca Border Color

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

This div border color is #addeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addeca


Comments

No comments written yet.

Please login to write comment.