Color Hex Logo

#abefad Color Hex

#ABEFAD
(171,239,173)
0 Favorites   0 Comments

Color spaces of #abefad

RGB 171239173
HSL0.340.680.80
HSV122°28°94°
CMYK 0.280.000.28   0.06
XYZ55.203973.408150.7948
Yxy73.40810.30770.4092
Hunter Lab85.6785-34.927324.8247
CIE-Lab88.6420-33.872425.3037

#abefad color RGB value is (171,239,173).

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

The process color (four color CMYK) of #abefad color hex is 0.28, 0.00, 0.28, 0.06. Web safe color of #abefad is #99ff99. Color #abefad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101111 10101101
Octal 253 357 255
Decimal 171 239 173
Hex AB EF AD

RGB Percentages of Color #abefad

%29.33
%40.99
%29.67

CMYK Percentages of Color #abefad

%28
%0
%28
%6

Triadic Colors of #abefad

#abefad #adabef #efadab

Analogous Colors of #abefad

#abefad #abefcf #cbefab

Monochromatic Colors of #abefad

#abefad

Complementary Color

#abefad #efabed

#abefad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abefad Color Preview on White Background

Lorem ipsum dolor sit amet.

#abefad Color CSS Codes

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

#abefad Text Font Color

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

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


#abefad Background Color

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

This div background color is #abefad


#abefad Border Color

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

This div border color is #abefad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abefad


Comments

No comments written yet.

Please login to write comment.