Color Hex Logo

#adeaca Color Hex

#ADEACA
(173,234,202)
0 Favorites   0 Comments

Color spaces of #adeaca

RGB 173234202
HSL0.410.590.80
HSV149°26°92°
CMYK 0.260.000.14   0.08
XYZ57.317171.994166.7524
Yxy71.99410.29230.3672
Hunter Lab84.8493-27.906712.7501
CIE-Lab87.9658-25.70109.3491

#adeaca color RGB value is (173,234,202).

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

The process color (four color CMYK) of #adeaca color hex is 0.26, 0.00, 0.14, 0.08. Web safe color of #adeaca is #99ffcc. Color #adeaca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101010 11001010
Octal 255 352 312
Decimal 173 234 202
Hex AD EA CA

RGB Percentages of Color #adeaca

%28.41
%38.42
%33.17

CMYK Percentages of Color #adeaca

%26
%0
%14
%8

Triadic Colors of #adeaca

#adeaca #caadea #eacaad

Analogous Colors of #adeaca

#adeaca #adeae9 #afeaad

Monochromatic Colors of #adeaca

#adeaca

Complementary Color

#adeaca #eaadcd

#adeaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeaca Color CSS Codes

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

#adeaca Text Font Color

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

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


#adeaca Background Color

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

This div background color is #adeaca


#adeaca Border Color

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

This div border color is #adeaca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,234,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 #adeaca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeaca


Comments

No comments written yet.

Please login to write comment.