Color Hex Logo

#abecaf Color Hex

#ABECAF
(171,236,175)
0 Favorites   0 Comments

Color spaces of #abecaf

RGB 171236175
HSL0.340.630.80
HSV124°28°93°
CMYK 0.280.000.26   0.07
XYZ54.527971.744051.5315
Yxy71.74400.30670.4035
Hunter Lab84.7018-33.316523.2200
CIE-Lab87.8452-32.147823.1836

#abecaf color RGB value is (171,236,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101100 10101111
Octal 253 354 257
Decimal 171 236 175
Hex AB EC AF

RGB Percentages of Color #abecaf

%29.38
%40.55
%30.07

CMYK Percentages of Color #abecaf

%28
%0
%26
%7

Triadic Colors of #abecaf

#abecaf #afabec #ecafab

Analogous Colors of #abecaf

#abecaf #abecd0 #c8ecab

Monochromatic Colors of #abecaf

#abecaf

Complementary Color

#abecaf #ecabe8

#abecaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abecaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abecaf Color CSS Codes

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

#abecaf Text Font Color

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

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


#abecaf Background Color

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

This div background color is #abecaf


#abecaf Border Color

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

This div border color is #abecaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abecaf


Comments

No comments written yet.

Please login to write comment.