Color Hex Logo

#adeaba Color Hex

#ADEABA
(173,234,186)
0 Favorites   0 Comments

Color spaces of #adeaba

RGB 173234186
HSL0.370.590.80
HSV133°26°92°
CMYK 0.260.000.21   0.08
XYZ55.519371.275057.2857
Yxy71.27500.30160.3872
Hunter Lab84.4245-30.357618.8663
CIE-Lab87.6184-28.667617.1948

#adeaba color RGB value is (173,234,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101010 10111010
Octal 255 352 272
Decimal 173 234 186
Hex AD EA BA

RGB Percentages of Color #adeaba

%29.17
%39.46
%31.37

CMYK Percentages of Color #adeaba

%26
%0
%21
%8

Triadic Colors of #adeaba

#adeaba #baadea #eabaad

Analogous Colors of #adeaba

#adeaba #adead9 #bfeaad

Monochromatic Colors of #adeaba

#adeaba

Complementary Color

#adeaba #eaaddd

#adeaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeaba Color CSS Codes

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

#adeaba Text Font Color

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

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


#adeaba Background Color

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

This div background color is #adeaba


#adeaba Border Color

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

This div border color is #adeaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeaba


Comments

No comments written yet.

Please login to write comment.