Color Hex Logo

#afb753 Color Hex

#AFB753
(175,183,83)
0 Favorites   0 Comments

Color spaces of #afb753

RGB 17518383
HSL0.180.410.52
HSV65°55°72°
CMYK 0.040.000.55   0.28
XYZ36.174043.605514.6937
Yxy43.60550.38290.4616
Hunter Lab66.0345-17.777133.0312
CIE-Lab71.9640-16.809949.0764

#afb753 color RGB value is (175,183,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110111 01010011
Octal 257 267 123
Decimal 175 183 83
Hex AF B7 53

RGB Percentages of Color #afb753

%39.68
%41.50
%18.82

CMYK Percentages of Color #afb753

%4
%0
%55
%28

Triadic Colors of #afb753

#afb753 #53afb7 #b753af

Analogous Colors of #afb753

#afb753 #7db753 #b78d53

Monochromatic Colors of #afb753

#afb753

Complementary Color

#afb753 #5b53b7

#afb753 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb753 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb753 Color CSS Codes

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

#afb753 Text Font Color

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

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


#afb753 Background Color

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

This div background color is #afb753


#afb753 Border Color

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

This div border color is #afb753


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb753


Comments

No comments written yet.

Please login to write comment.