Color Hex Logo

#abbeaf Color Hex

#ABBEAF
(171,190,175)
0 Favorites   0 Comments

Color spaces of #abbeaf

RGB 171190175
HSL0.370.130.71
HSV133°10°75°
CMYK 0.100.000.08   0.25
XYZ42.945948.580047.6708
Yxy48.58000.30850.3490
Hunter Lab69.6994-11.98948.2382
CIE-Lab75.1893-9.38155.3568

#abbeaf color RGB value is (171,190,175).

#abbeaf hex color red value is 171, green value is 190 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #abbeaf hue: 0.37 , saturation: 0.13 and the lightness value of abbeaf is 0.71.

The process color (four color CMYK) of #abbeaf color hex is 0.10, 0.00, 0.08, 0.25. Web safe color of #abbeaf is #99cc99. Color #abbeaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111110 10101111
Octal 253 276 257
Decimal 171 190 175
Hex AB BE AF

RGB Percentages of Color #abbeaf

%31.90
%35.45
%32.65

CMYK Percentages of Color #abbeaf

%10
%0
%8
%25

Triadic Colors of #abbeaf

#abbeaf #afabbe #beafab

Analogous Colors of #abbeaf

#abbeaf #abbeb9 #b1beab

Monochromatic Colors of #abbeaf

#abbeaf

Complementary Color

#abbeaf #beabba

#abbeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbeaf Color CSS Codes

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

#abbeaf Text Font Color

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

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


#abbeaf Background Color

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

This div background color is #abbeaf


#abbeaf Border Color

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

This div border color is #abbeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbeaf

#abbeaf Color Palettes


Comments

No comments written yet.

Please login to write comment.