Color Hex Logo

#adeacb Color Hex

#ADEACB
(173,234,203)
0 Favorites   0 Comments

Color spaces of #adeacb

RGB 173234203
HSL0.420.590.80
HSV150°26°92°
CMYK 0.260.000.13   0.08
XYZ57.435972.041767.3782
Yxy72.04170.29180.3660
Hunter Lab84.8774-27.745812.3480
CIE-Lab87.9887-25.50818.8593

#adeacb color RGB value is (173,234,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101010 11001011
Octal 255 352 313
Decimal 173 234 203
Hex AD EA CB

RGB Percentages of Color #adeacb

%28.36
%38.36
%33.28

CMYK Percentages of Color #adeacb

%26
%0
%13
%8

Triadic Colors of #adeacb

#adeacb #cbadea #eacbad

Analogous Colors of #adeacb

#adeacb #adeaea #aeeaad

Monochromatic Colors of #adeacb

#adeacb

Complementary Color

#adeacb #eaadcc

#adeacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeacb Color CSS Codes

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

#adeacb Text Font Color

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

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


#adeacb Background Color

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

This div background color is #adeacb


#adeacb Border Color

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

This div border color is #adeacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeacb


Comments

No comments written yet.

Please login to write comment.