Color Hex Logo

#afc054 Color Hex

#AFC054
(175,192,84)
0 Favorites   0 Comments

Color spaces of #afc054

RGB 17519284
HSL0.190.460.54
HSV69°56°75°
CMYK 0.090.000.56   0.25
XYZ38.129147.453315.5373
Yxy47.45330.37710.4693
Hunter Lab68.8864-21.750134.8476
CIE-Lab74.4788-21.235751.4854

#afc054 color RGB value is (175,192,84).

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

The process color (four color CMYK) of #afc054 color hex is 0.09, 0.00, 0.56, 0.25. Web safe color of #afc054 is #99cc66. Color #afc054 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000000 01010100
Octal 257 300 124
Decimal 175 192 84
Hex AF C0 54

RGB Percentages of Color #afc054

%38.80
%42.57
%18.63

CMYK Percentages of Color #afc054

%9
%0
%56
%25

Triadic Colors of #afc054

#afc054 #54afc0 #c054af

Analogous Colors of #afc054

#afc054 #79c054 #c09b54

Monochromatic Colors of #afc054

#afc054

Complementary Color

#afc054 #6554c0

#afc054 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc054 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc054 Color CSS Codes

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

#afc054 Text Font Color

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

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


#afc054 Background Color

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

This div background color is #afc054


#afc054 Border Color

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

This div border color is #afc054


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc054


Comments

No comments written yet.

Please login to write comment.