Color Hex Logo

#afc527 Color Hex

#AFC527
(175,197,39)
0 Favorites   0 Comments

Color spaces of #afc527

RGB 17519739
HSL0.190.670.46
HSV68°80°77°
CMYK 0.110.000.80   0.23
XYZ38.011749.19299.4112
Yxy49.19290.39340.5092
Hunter Lab70.1377-26.001341.1407
CIE-Lab75.5712-26.323169.4530

#afc527 color RGB value is (175,197,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000101 00100111
Octal 257 305 47
Decimal 175 197 39
Hex AF C5 27

RGB Percentages of Color #afc527

%42.58
%47.93
%9.49

CMYK Percentages of Color #afc527

%11
%0
%80
%23

Triadic Colors of #afc527

#afc527 #27afc5 #c527af

Analogous Colors of #afc527

#afc527 #60c527 #c58c27

Monochromatic Colors of #afc527

#afc527

Complementary Color

#afc527 #3d27c5

#afc527 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc527 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc527 Color CSS Codes

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

#afc527 Text Font Color

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

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


#afc527 Background Color

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

This div background color is #afc527


#afc527 Border Color

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

This div border color is #afc527


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc527


Comments

No comments written yet.

Please login to write comment.