Color Hex Logo

#afcb75 Color Hex

#AFCB75
(175,203,117)
0 Favorites   0 Comments

Color spaces of #afcb75

RGB 175203117
HSL0.220.450.63
HSV80°42°80°
CMYK 0.140.000.42   0.20
XYZ42.246053.110224.8543
Yxy53.11020.35140.4418
Hunter Lab72.8767-24.059430.7931
CIE-Lab77.9400-23.333839.7357

#afcb75 color RGB value is (175,203,117).

#afcb75 hex color red value is 175, green value is 203 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #afcb75 hue: 0.22 , saturation: 0.45 and the lightness value of afcb75 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001011 01110101
Octal 257 313 165
Decimal 175 203 117
Hex AF CB 75

RGB Percentages of Color #afcb75

%35.35
%41.01
%23.64

CMYK Percentages of Color #afcb75

%14
%0
%42
%20

Triadic Colors of #afcb75

#afcb75 #75afcb #cb75af

Analogous Colors of #afcb75

#afcb75 #84cb75 #cbbc75

Monochromatic Colors of #afcb75

#afcb75

Complementary Color

#afcb75 #9175cb

#afcb75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcb75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcb75 Color CSS Codes

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

#afcb75 Text Font Color

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

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


#afcb75 Background Color

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

This div background color is #afcb75


#afcb75 Border Color

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

This div border color is #afcb75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcb75


Comments

No comments written yet.

Please login to write comment.