Color Hex Logo

#afcb44 Color Hex

#AFCB44
(175,203,68)
0 Favorites   0 Comments

Color spaces of #afcb44

RGB 17520368
HSL0.200.560.53
HSV72°67°80°
CMYK 0.140.000.67   0.20
XYZ40.078552.243213.4404
Yxy52.24320.37890.4940
Hunter Lab72.2795-27.511939.5706
CIE-Lab77.4260-27.759161.4974

#afcb44 color RGB value is (175,203,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001011 01000100
Octal 257 313 104
Decimal 175 203 68
Hex AF CB 44

RGB Percentages of Color #afcb44

%39.24
%45.52
%15.25

CMYK Percentages of Color #afcb44

%14
%0
%67
%20

Triadic Colors of #afcb44

#afcb44 #44afcb #cb44af

Analogous Colors of #afcb44

#afcb44 #6ccb44 #cba444

Monochromatic Colors of #afcb44

#afcb44

Complementary Color

#afcb44 #6044cb

#afcb44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcb44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcb44 Color CSS Codes

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

#afcb44 Text Font Color

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

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


#afcb44 Background Color

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

This div background color is #afcb44


#afcb44 Border Color

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

This div border color is #afcb44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcb44


Comments

No comments written yet.

Please login to write comment.