Color Hex Logo

#abeebd Color Hex

#ABEEBD
(171,238,189)
0 Favorites   0 Comments

Color spaces of #abeebd

RGB 171238189
HSL0.380.660.80
HSV136°28°93°
CMYK 0.280.000.21   0.07
XYZ56.554473.481159.3467
Yxy73.48110.29860.3880
Hunter Lab85.7211-32.246818.9570
CIE-Lab88.6767-30.647317.1058

#abeebd color RGB value is (171,238,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101110 10111101
Octal 253 356 275
Decimal 171 238 189
Hex AB EE BD

RGB Percentages of Color #abeebd

%28.60
%39.80
%31.61

CMYK Percentages of Color #abeebd

%28
%0
%21
%7

Triadic Colors of #abeebd

#abeebd #bdabee #eebdab

Analogous Colors of #abeebd

#abeebd #abeedf #bbeeab

Monochromatic Colors of #abeebd

#abeebd

Complementary Color

#abeebd #eeabdc

#abeebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeebd Color CSS Codes

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

#abeebd Text Font Color

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

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


#abeebd Background Color

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

This div background color is #abeebd


#abeebd Border Color

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

This div border color is #abeebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeebd


Comments

No comments written yet.

Please login to write comment.