Color Hex Logo

#afb930 Color Hex

#AFB930
(175,185,48)
0 Favorites   0 Comments

Color spaces of #afb930

RGB 17518548
HSL0.180.590.46
HSV64°74°73°
CMYK 0.050.000.74   0.27
XYZ35.561744.02539.4197
Yxy44.02530.39950.4946
Hunter Lab66.3516-20.446638.0289
CIE-Lab72.2454-20.078863.6923

#afb930 color RGB value is (175,185,48).

#afb930 hex color red value is 175, green value is 185 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #afb930 hue: 0.18 , saturation: 0.59 and the lightness value of afb930 is 0.46.

The process color (four color CMYK) of #afb930 color hex is 0.05, 0.00, 0.74, 0.27. Web safe color of #afb930 is #99cc33. Color #afb930 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111001 00110000
Octal 257 271 60
Decimal 175 185 48
Hex AF B9 30

RGB Percentages of Color #afb930

%42.89
%45.34
%11.76

CMYK Percentages of Color #afb930

%5
%0
%74
%27

Triadic Colors of #afb930

#afb930 #30afb9 #b930af

Analogous Colors of #afb930

#afb930 #6bb930 #b97f30

Monochromatic Colors of #afb930

#afb930

Complementary Color

#afb930 #3a30b9

#afb930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb930 Color CSS Codes

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

#afb930 Text Font Color

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

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


#afb930 Background Color

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

This div background color is #afb930


#afb930 Border Color

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

This div border color is #afb930


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb930


Comments

No comments written yet.

Please login to write comment.