Color Hex Logo

#afc542 Color Hex

#AFC542
(175,197,66)
0 Favorites   0 Comments

Color spaces of #afc542

RGB 17519766
HSL0.190.530.52
HSV70°66°77°
CMYK 0.110.000.66   0.23
XYZ38.628849.439812.6611
Yxy49.43980.38350.4908
Hunter Lab70.3134-24.984238.5433
CIE-Lab75.7241-24.999660.5262

#afc542 color RGB value is (175,197,66).

#afc542 hex color red value is 175, green value is 197 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #afc542 hue: 0.19 , saturation: 0.53 and the lightness value of afc542 is 0.52.

The process color (four color CMYK) of #afc542 color hex is 0.11, 0.00, 0.66, 0.23. Web safe color of #afc542 is #99cc33. Color #afc542 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000101 01000010
Octal 257 305 102
Decimal 175 197 66
Hex AF C5 42

RGB Percentages of Color #afc542

%39.95
%44.98
%15.07

CMYK Percentages of Color #afc542

%11
%0
%66
%23

Triadic Colors of #afc542

#afc542 #42afc5 #c542af

Analogous Colors of #afc542

#afc542 #6ec542 #c59a42

Monochromatic Colors of #afc542

#afc542

Complementary Color

#afc542 #5842c5

#afc542 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc542 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc542 Color CSS Codes

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

#afc542 Text Font Color

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

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


#afc542 Background Color

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

This div background color is #afc542


#afc542 Border Color

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

This div border color is #afc542


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc542


Comments

No comments written yet.

Please login to write comment.