Color Hex Logo

#afcba4 Color Hex

#AFCBA4
(175,203,164)
0 Favorites   0 Comments

Color spaces of #afcba4

RGB 175203164
HSL0.290.270.72
HSV103°19°80°
CMYK 0.140.000.19   0.20
XYZ45.736054.506243.2322
Yxy54.50620.31880.3799
Hunter Lab73.8283-18.620316.9609
CIE-Lab78.7560-16.620016.3740

#afcba4 color RGB value is (175,203,164).

#afcba4 hex color red value is 175, green value is 203 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #afcba4 hue: 0.29 , saturation: 0.27 and the lightness value of afcba4 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001011 10100100
Octal 257 313 244
Decimal 175 203 164
Hex AF CB A4

RGB Percentages of Color #afcba4

%32.29
%37.45
%30.26

CMYK Percentages of Color #afcba4

%14
%0
%19
%20

Triadic Colors of #afcba4

#afcba4 #a4afcb #cba4af

Analogous Colors of #afcba4

#afcba4 #a4cbad #c3cba4

Monochromatic Colors of #afcba4

#afcba4

Complementary Color

#afcba4 #c0a4cb

#afcba4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcba4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcba4 Color CSS Codes

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

#afcba4 Text Font Color

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

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


#afcba4 Background Color

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

This div background color is #afcba4


#afcba4 Border Color

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

This div border color is #afcba4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,203,164, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcba4


Comments

No comments written yet.

Please login to write comment.