Color Hex Logo

#adeebd Color Hex

#ADEEBD
(173,238,189)
0 Favorites   0 Comments

Color spaces of #adeebd

RGB 173238189
HSL0.370.660.81
HSV135°27°93°
CMYK 0.270.000.21   0.07
XYZ56.993473.707459.3672
Yxy73.70740.29990.3878
Hunter Lab85.8530-31.745819.0982
CIE-Lab88.7840-30.024717.2721

#adeebd color RGB value is (173,238,189).

#adeebd hex color red value is 173, green value is 238 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #adeebd hue: 0.37 , saturation: 0.66 and the lightness value of adeebd is 0.81.

The process color (four color CMYK) of #adeebd color hex is 0.27, 0.00, 0.21, 0.07. Web safe color of #adeebd is #99ffcc. Color #adeebd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101110 10111101
Octal 255 356 275
Decimal 173 238 189
Hex AD EE BD

RGB Percentages of Color #adeebd

%28.83
%39.67
%31.50

CMYK Percentages of Color #adeebd

%27
%0
%21
%7

Triadic Colors of #adeebd

#adeebd #bdadee #eebdad

Analogous Colors of #adeebd

#adeebd #adeede #beeead

Monochromatic Colors of #adeebd

#adeebd

Complementary Color

#adeebd #eeadde

#adeebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeebd Color CSS Codes

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

#adeebd Text Font Color

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

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


#adeebd Background Color

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

This div background color is #adeebd


#adeebd Border Color

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

This div border color is #adeebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeebd


Comments

No comments written yet.

Please login to write comment.