Color Hex Logo

#abcfa7 Color Hex

#ABCFA7
(171,207,167)
0 Favorites   0 Comments

Color spaces of #abcfa7

RGB 171207167
HSL0.320.290.73
HSV114°19°81°
CMYK 0.170.000.19   0.19
XYZ46.082556.073644.9537
Yxy56.07360.31330.3812
Hunter Lab74.8823-21.195316.8244
CIE-Lab79.6557-19.511115.9995

#abcfa7 color RGB value is (171,207,167).

#abcfa7 hex color red value is 171, green value is 207 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #abcfa7 hue: 0.32 , saturation: 0.29 and the lightness value of abcfa7 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001111 10100111
Octal 253 317 247
Decimal 171 207 167
Hex AB CF A7

RGB Percentages of Color #abcfa7

%31.38
%37.98
%30.64

CMYK Percentages of Color #abcfa7

%17
%0
%19
%19

Triadic Colors of #abcfa7

#abcfa7 #a7abcf #cfa7ab

Analogous Colors of #abcfa7

#abcfa7 #a7cfb7 #bfcfa7

Monochromatic Colors of #abcfa7

#abcfa7

Complementary Color

#abcfa7 #cba7cf

#abcfa7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcfa7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcfa7 Color CSS Codes

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

#abcfa7 Text Font Color

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

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


#abcfa7 Background Color

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

This div background color is #abcfa7


#abcfa7 Border Color

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

This div border color is #abcfa7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcfa7


Comments

No comments written yet.

Please login to write comment.