Color Hex Logo

#abebad Color Hex

#ABEBAD
(171,235,173)
0 Favorites   0 Comments

Color spaces of #abebad

RGB 171235173
HSL0.340.620.80
HSV122°27°92°
CMYK 0.270.000.26   0.08
XYZ54.045771.091750.4087
Yxy71.09170.30790.4050
Hunter Lab84.3159-33.136023.5743
CIE-Lab87.5295-32.015423.7797

#abebad color RGB value is (171,235,173).

#abebad hex color red value is 171, green value is 235 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #abebad hue: 0.34 , saturation: 0.62 and the lightness value of abebad is 0.80.

The process color (four color CMYK) of #abebad color hex is 0.27, 0.00, 0.26, 0.08. Web safe color of #abebad is #99ff99. Color #abebad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101011 10101101
Octal 253 353 255
Decimal 171 235 173
Hex AB EB AD

RGB Percentages of Color #abebad

%29.53
%40.59
%29.88

CMYK Percentages of Color #abebad

%27
%0
%26
%8

Triadic Colors of #abebad

#abebad #adabeb #ebadab

Analogous Colors of #abebad

#abebad #abebcd #c9ebab

Monochromatic Colors of #abebad

#abebad

Complementary Color

#abebad #ebabe9

#abebad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abebad Color Preview on White Background

Lorem ipsum dolor sit amet.

#abebad Color CSS Codes

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

#abebad Text Font Color

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

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


#abebad Background Color

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

This div background color is #abebad


#abebad Border Color

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

This div border color is #abebad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abebad


Comments

No comments written yet.

Please login to write comment.