Color Hex Logo

#afb054 Color Hex

#AFB054
(175,176,84)
0 Favorites   0 Comments

Color spaces of #afb054

RGB 17517684
HSL0.170.370.51
HSV61°52°69°
CMYK 0.010.000.52   0.31
XYZ34.804840.804714.4292
Yxy40.80470.38660.4532
Hunter Lab63.8786-14.530231.3223
CIE-Lab70.0389-13.142446.3764

#afb054 color RGB value is (175,176,84).

#afb054 hex color red value is 175, green value is 176 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #afb054 hue: 0.17 , saturation: 0.37 and the lightness value of afb054 is 0.51.

The process color (four color CMYK) of #afb054 color hex is 0.01, 0.00, 0.52, 0.31. Web safe color of #afb054 is #999966. Color #afb054 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110000 01010100
Octal 257 260 124
Decimal 175 176 84
Hex AF B0 54

RGB Percentages of Color #afb054

%40.23
%40.46
%19.31

CMYK Percentages of Color #afb054

%1
%0
%52
%31

Triadic Colors of #afb054

#afb054 #54afb0 #b054af

Analogous Colors of #afb054

#afb054 #81b054 #b08354

Monochromatic Colors of #afb054

#afb054

Complementary Color

#afb054 #5554b0

#afb054 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb054 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb054 Color CSS Codes

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

#afb054 Text Font Color

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

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


#afb054 Background Color

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

This div background color is #afb054


#afb054 Border Color

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

This div border color is #afb054


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,176,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 #afb054">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb054


Comments

No comments written yet.

Please login to write comment.