Color Hex Logo

#afcb41 Color Hex

#AFCB41
(175,203,65)
0 Favorites   0 Comments

Color spaces of #afcb41

RGB 17520365
HSL0.200.570.53
HSV72°68°80°
CMYK 0.140.000.68   0.20
XYZ39.989352.207512.9704
Yxy52.20750.38020.4964
Hunter Lab72.2548-27.655239.9352
CIE-Lab77.4047-27.945762.6353

#afcb41 color RGB value is (175,203,65).

#afcb41 hex color red value is 175, green value is 203 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #afcb41 hue: 0.20 , saturation: 0.57 and the lightness value of afcb41 is 0.53.

The process color (four color CMYK) of #afcb41 color hex is 0.14, 0.00, 0.68, 0.20. Web safe color of #afcb41 is #99cc33. Color #afcb41 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001011 01000001
Octal 257 313 101
Decimal 175 203 65
Hex AF CB 41

RGB Percentages of Color #afcb41

%39.50
%45.82
%14.67

CMYK Percentages of Color #afcb41

%14
%0
%68
%20

Triadic Colors of #afcb41

#afcb41 #41afcb #cb41af

Analogous Colors of #afcb41

#afcb41 #6acb41 #cba241

Monochromatic Colors of #afcb41

#afcb41

Complementary Color

#afcb41 #5d41cb

#afcb41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcb41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcb41 Color CSS Codes

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

#afcb41 Text Font Color

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

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


#afcb41 Background Color

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

This div background color is #afcb41


#afcb41 Border Color

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

This div border color is #afcb41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcb41


Comments

No comments written yet.

Please login to write comment.