Color Hex Logo

#adeabb Color Hex

#ADEABB
(173,234,187)
0 Favorites   0 Comments

Color spaces of #adeabb

RGB 173234187
HSL0.370.590.80
HSV134°26°92°
CMYK 0.260.000.20   0.08
XYZ55.626071.317757.8476
Yxy71.31770.30100.3859
Hunter Lab84.4498-30.211518.5016
CIE-Lab87.6391-28.489116.7043

#adeabb color RGB value is (173,234,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101010 10111011
Octal 255 352 273
Decimal 173 234 187
Hex AD EA BB

RGB Percentages of Color #adeabb

%29.12
%39.39
%31.48

CMYK Percentages of Color #adeabb

%26
%0
%20
%8

Triadic Colors of #adeabb

#adeabb #bbadea #eabbad

Analogous Colors of #adeabb

#adeabb #adeada #beeaad

Monochromatic Colors of #adeabb

#adeabb

Complementary Color

#adeabb #eaaddc

#adeabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeabb Color CSS Codes

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

#adeabb Text Font Color

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

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


#adeabb Background Color

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

This div background color is #adeabb


#adeabb Border Color

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

This div border color is #adeabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeabb


Comments

No comments written yet.

Please login to write comment.