Color Hex Logo

#abebaf Color Hex

#ABEBAF
(171,235,175)
0 Favorites   0 Comments

Color spaces of #abebaf

RGB 171235175
HSL0.340.620.80
HSV124°27°92°
CMYK 0.270.000.26   0.08
XYZ54.240871.169751.4358
Yxy71.16970.30670.4024
Hunter Lab84.3621-32.866822.9042
CIE-Lab87.5674-31.680722.8012

#abebaf color RGB value is (171,235,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101011 10101111
Octal 253 353 257
Decimal 171 235 175
Hex AB EB AF

RGB Percentages of Color #abebaf

%29.43
%40.45
%30.12

CMYK Percentages of Color #abebaf

%27
%0
%26
%8

Triadic Colors of #abebaf

#abebaf #afabeb #ebafab

Analogous Colors of #abebaf

#abebaf #abebcf #c7ebab

Monochromatic Colors of #abebaf

#abebaf

Complementary Color

#abebaf #ebabe7

#abebaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abebaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abebaf Color CSS Codes

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

#abebaf Text Font Color

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

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


#abebaf Background Color

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

This div background color is #abebaf


#abebaf Border Color

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

This div border color is #abebaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abebaf


Comments

No comments written yet.

Please login to write comment.