Color Hex Logo

#abcfa5 Color Hex

#ABCFA5
(171,207,165)
0 Favorites   0 Comments

Color spaces of #abcfa5

RGB 171207165
HSL0.310.300.73
HSV111°20°81°
CMYK 0.170.000.20   0.19
XYZ45.898956.000243.9873
Yxy56.00020.31460.3839
Hunter Lab74.8333-21.475517.5324
CIE-Lab79.6139-19.853417.0024

#abcfa5 color RGB value is (171,207,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001111 10100101
Octal 253 317 245
Decimal 171 207 165
Hex AB CF A5

RGB Percentages of Color #abcfa5

%31.49
%38.12
%30.39

CMYK Percentages of Color #abcfa5

%17
%0
%20
%19

Triadic Colors of #abcfa5

#abcfa5 #a5abcf #cfa5ab

Analogous Colors of #abcfa5

#abcfa5 #a5cfb4 #c0cfa5

Monochromatic Colors of #abcfa5

#abcfa5

Complementary Color

#abcfa5 #c9a5cf

#abcfa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcfa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcfa5 Color CSS Codes

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

#abcfa5 Text Font Color

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

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


#abcfa5 Background Color

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

This div background color is #abcfa5


#abcfa5 Border Color

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

This div border color is #abcfa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcfa5


Comments

No comments written yet.

Please login to write comment.