Color Hex Logo

#afc953 Color Hex

#AFC953
(175,201,83)
0 Favorites   0 Comments

Color spaces of #afc953

RGB 17520183
HSL0.200.520.56
HSV73°59°79°
CMYK 0.130.000.59   0.21
XYZ40.127251.511816.0115
Yxy51.51180.37280.4785
Hunter Lab71.7717-25.802137.0132
CIE-Lab76.9880-25.719254.7590

#afc953 color RGB value is (175,201,83).

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

The process color (four color CMYK) of #afc953 color hex is 0.13, 0.00, 0.59, 0.21. Web safe color of #afc953 is #99cc66. Color #afc953 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001001 01010011
Octal 257 311 123
Decimal 175 201 83
Hex AF C9 53

RGB Percentages of Color #afc953

%38.13
%43.79
%18.08

CMYK Percentages of Color #afc953

%13
%0
%59
%21

Triadic Colors of #afc953

#afc953 #53afc9 #c953af

Analogous Colors of #afc953

#afc953 #74c953 #c9a853

Monochromatic Colors of #afc953

#afc953

Complementary Color

#afc953 #6d53c9

#afc953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc953 Color CSS Codes

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

#afc953 Text Font Color

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

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


#afc953 Background Color

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

This div background color is #afc953


#afc953 Border Color

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

This div border color is #afc953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc953

#afc953 Color Palettes


Comments

No comments written yet.

Please login to write comment.