Color Hex Logo

#afbb52 Color Hex

#AFBB52
(175,187,82)
0 Favorites   0 Comments

Color spaces of #afbb52

RGB 17518782
HSL0.190.440.53
HSV67°56°73°
CMYK 0.060.000.56   0.27
XYZ36.972545.263814.7708
Yxy45.26380.38110.4666
Hunter Lab67.2784-19.643434.0779
CIE-Lab73.0653-18.909950.7959

#afbb52 color RGB value is (175,187,82).

#afbb52 hex color red value is 175, green value is 187 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #afbb52 hue: 0.19 , saturation: 0.44 and the lightness value of afbb52 is 0.53.

The process color (four color CMYK) of #afbb52 color hex is 0.06, 0.00, 0.56, 0.27. Web safe color of #afbb52 is #99cc66. Color #afbb52 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111011 01010010
Octal 257 273 122
Decimal 175 187 82
Hex AF BB 52

RGB Percentages of Color #afbb52

%39.41
%42.12
%18.47

CMYK Percentages of Color #afbb52

%6
%0
%56
%27

Triadic Colors of #afbb52

#afbb52 #52afbb #bb52af

Analogous Colors of #afbb52

#afbb52 #7bbb52 #bb9352

Monochromatic Colors of #afbb52

#afbb52

Complementary Color

#afbb52 #5e52bb

#afbb52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbb52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbb52 Color CSS Codes

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

#afbb52 Text Font Color

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

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


#afbb52 Background Color

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

This div background color is #afbb52


#afbb52 Border Color

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

This div border color is #afbb52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbb52


Comments

No comments written yet.

Please login to write comment.