Color Hex Logo

#afb754 Color Hex

#AFB754
(175,183,84)
0 Favorites   0 Comments

Color spaces of #afb754

RGB 17518384
HSL0.180.410.52
HSV65°54°72°
CMYK 0.040.000.54   0.28
XYZ36.212943.621014.8986
Yxy43.62100.38230.4605
Hunter Lab66.0462-17.709932.8578
CIE-Lab71.9744-16.725048.6197

#afb754 color RGB value is (175,183,84).

#afb754 hex color red value is 175, green value is 183 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #afb754 hue: 0.18 , saturation: 0.41 and the lightness value of afb754 is 0.52.

The process color (four color CMYK) of #afb754 color hex is 0.04, 0.00, 0.54, 0.28. Web safe color of #afb754 is #99cc66. Color #afb754 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110111 01010100
Octal 257 267 124
Decimal 175 183 84
Hex AF B7 54

RGB Percentages of Color #afb754

%39.59
%41.40
%19.00

CMYK Percentages of Color #afb754

%4
%0
%54
%28

Triadic Colors of #afb754

#afb754 #54afb7 #b754af

Analogous Colors of #afb754

#afb754 #7eb754 #b78e54

Monochromatic Colors of #afb754

#afb754

Complementary Color

#afb754 #5c54b7

#afb754 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb754 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb754 Color CSS Codes

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

#afb754 Text Font Color

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

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


#afb754 Background Color

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

This div background color is #afb754


#afb754 Border Color

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

This div border color is #afb754


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb754


Comments

No comments written yet.

Please login to write comment.