Color Hex Logo

#abbcaf Color Hex

#ABBCAF
(171,188,175)
0 Favorites   0 Comments

Color spaces of #abbcaf

RGB 171188175
HSL0.370.110.70
HSV134°74°
CMYK 0.090.000.07   0.26
XYZ42.515747.719547.5274
Yxy47.71950.30860.3464
Hunter Lab69.0793-11.02887.5633
CIE-Lab74.6477-8.33234.5754

#abbcaf color RGB value is (171,188,175).

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

The process color (four color CMYK) of #abbcaf color hex is 0.09, 0.00, 0.07, 0.26. Web safe color of #abbcaf is #99cc99. Color #abbcaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111100 10101111
Octal 253 274 257
Decimal 171 188 175
Hex AB BC AF

RGB Percentages of Color #abbcaf

%32.02
%35.21
%32.77

CMYK Percentages of Color #abbcaf

%9
%0
%7
%26

Triadic Colors of #abbcaf

#abbcaf #afabbc #bcafab

Analogous Colors of #abbcaf

#abbcaf #abbcb8 #b0bcab

Monochromatic Colors of #abbcaf

#abbcaf

Complementary Color

#abbcaf #bcabb8

#abbcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbcaf Color CSS Codes

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

#abbcaf Text Font Color

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

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


#abbcaf Background Color

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

This div background color is #abbcaf


#abbcaf Border Color

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

This div border color is #abbcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbcaf


Comments

No comments written yet.

Please login to write comment.