Color Hex Logo

#abcf9b Color Hex

#ABCF9B
(171,207,155)
0 Favorites   0 Comments

Color spaces of #abcf9b

RGB 171207155
HSL0.280.350.71
HSV102°25°81°
CMYK 0.170.000.25   0.19
XYZ45.023855.650139.3789
Yxy55.65010.32150.3974
Hunter Lab74.5990-22.815620.9216
CIE-Lab79.4143-21.501822.0129

#abcf9b color RGB value is (171,207,155).

#abcf9b hex color red value is 171, green value is 207 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #abcf9b hue: 0.28 , saturation: 0.35 and the lightness value of abcf9b is 0.71.

The process color (four color CMYK) of #abcf9b color hex is 0.17, 0.00, 0.25, 0.19. Web safe color of #abcf9b is #99cc99. Color #abcf9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001111 10011011
Octal 253 317 233
Decimal 171 207 155
Hex AB CF 9B

RGB Percentages of Color #abcf9b

%32.08
%38.84
%29.08

CMYK Percentages of Color #abcf9b

%17
%0
%25
%19

Triadic Colors of #abcf9b

#abcf9b #9babcf #cf9bab

Analogous Colors of #abcf9b

#abcf9b #9bcfa5 #c5cf9b

Monochromatic Colors of #abcf9b

#abcf9b

Complementary Color

#abcf9b #bf9bcf

#abcf9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcf9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcf9b Color CSS Codes

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

#abcf9b Text Font Color

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

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


#abcf9b Background Color

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

This div background color is #abcf9b


#abcf9b Border Color

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

This div border color is #abcf9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcf9b


Comments

No comments written yet.

Please login to write comment.