Color Hex Logo

#afcfa5 Color Hex

#AFCFA5
(175,207,165)
0 Favorites   0 Comments

Color spaces of #afcfa5

RGB 175207165
HSL0.290.300.73
HSV106°20°81°
CMYK 0.150.000.20   0.19
XYZ46.783656.456244.0287
Yxy56.45620.31770.3834
Hunter Lab75.1373-20.348917.8536
CIE-Lab79.8728-18.464717.4023

#afcfa5 color RGB value is (175,207,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001111 10100101
Octal 257 317 245
Decimal 175 207 165
Hex AF CF A5

RGB Percentages of Color #afcfa5

%31.99
%37.84
%30.16

CMYK Percentages of Color #afcfa5

%15
%0
%20
%19

Triadic Colors of #afcfa5

#afcfa5 #a5afcf #cfa5af

Analogous Colors of #afcfa5

#afcfa5 #a5cfb0 #c4cfa5

Monochromatic Colors of #afcfa5

#afcfa5

Complementary Color

#afcfa5 #c5a5cf

#afcfa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcfa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcfa5 Color CSS Codes

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

#afcfa5 Text Font Color

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

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


#afcfa5 Background Color

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

This div background color is #afcfa5


#afcfa5 Border Color

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

This div border color is #afcfa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcfa5


Comments

No comments written yet.

Please login to write comment.