Color Hex Logo

#abcfa6 Color Hex

#ABCFA6
(171,207,166)
0 Favorites   0 Comments

Color spaces of #abcfa6

RGB 171207166
HSL0.310.300.73
HSV113°20°81°
CMYK 0.170.000.20   0.19
XYZ45.990356.036744.4686
Yxy56.03670.31390.3825
Hunter Lab74.8577-21.335917.1796
CIE-Lab79.6347-19.682716.5009

#abcfa6 color RGB value is (171,207,166).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001111 10100110
Octal 253 317 246
Decimal 171 207 166
Hex AB CF A6

RGB Percentages of Color #abcfa6

%31.43
%38.05
%30.51

CMYK Percentages of Color #abcfa6

%17
%0
%20
%19

Triadic Colors of #abcfa6

#abcfa6 #a6abcf #cfa6ab

Analogous Colors of #abcfa6

#abcfa6 #a6cfb6 #c0cfa6

Monochromatic Colors of #abcfa6

#abcfa6

Complementary Color

#abcfa6 #caa6cf

#abcfa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcfa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcfa6 Color CSS Codes

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

#abcfa6 Text Font Color

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

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


#abcfa6 Background Color

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

This div background color is #abcfa6


#abcfa6 Border Color

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

This div border color is #abcfa6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcfa6


Comments

No comments written yet.

Please login to write comment.