Color Hex Logo

#afcb6a Color Hex

#AFCB6A
(175,203,106)
0 Favorites   0 Comments

Color spaces of #afcb6a

RGB 175203106
HSL0.210.480.61
HSV77°48°80°
CMYK 0.140.000.48   0.20
XYZ41.636752.866421.6454
Yxy52.86640.35850.4552
Hunter Lab72.7093-25.023933.2460
CIE-Lab77.7961-24.556644.9920

#afcb6a color RGB value is (175,203,106).

#afcb6a hex color red value is 175, green value is 203 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #afcb6a hue: 0.21 , saturation: 0.48 and the lightness value of afcb6a is 0.61.

The process color (four color CMYK) of #afcb6a color hex is 0.14, 0.00, 0.48, 0.20. Web safe color of #afcb6a is #99cc66. Color #afcb6a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001011 01101010
Octal 257 313 152
Decimal 175 203 106
Hex AF CB 6A

RGB Percentages of Color #afcb6a

%36.16
%41.94
%21.90

CMYK Percentages of Color #afcb6a

%14
%0
%48
%20

Triadic Colors of #afcb6a

#afcb6a #6aafcb #cb6aaf

Analogous Colors of #afcb6a

#afcb6a #7fcb6a #cbb76a

Monochromatic Colors of #afcb6a

#afcb6a

Complementary Color

#afcb6a #866acb

#afcb6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcb6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcb6a Color CSS Codes

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

#afcb6a Text Font Color

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

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


#afcb6a Background Color

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

This div background color is #afcb6a


#afcb6a Border Color

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

This div border color is #afcb6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcb6a


Comments

No comments written yet.

Please login to write comment.