Color Hex Logo

#afb330 Color Hex

#AFB330
(175,179,48)
0 Favorites   0 Comments

Color spaces of #afb330

RGB 17517948
HSL0.170.580.45
HSV62°73°70°
CMYK 0.020.000.73   0.30
XYZ34.332841.56769.0101
Yxy41.56760.40430.4895
Hunter Lab64.4729-17.773736.8453
CIE-Lab70.5718-17.063862.1078

#afb330 color RGB value is (175,179,48).

#afb330 hex color red value is 175, green value is 179 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #afb330 hue: 0.17 , saturation: 0.58 and the lightness value of afb330 is 0.45.

The process color (four color CMYK) of #afb330 color hex is 0.02, 0.00, 0.73, 0.30. Web safe color of #afb330 is #99cc33. Color #afb330 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110011 00110000
Octal 257 263 60
Decimal 175 179 48
Hex AF B3 30

RGB Percentages of Color #afb330

%43.53
%44.53
%11.94

CMYK Percentages of Color #afb330

%2
%0
%73
%30

Triadic Colors of #afb330

#afb330 #30afb3 #b330af

Analogous Colors of #afb330

#afb330 #6eb330 #b37630

Monochromatic Colors of #afb330

#afb330

Complementary Color

#afb330 #3430b3

#afb330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb330 Color CSS Codes

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

#afb330 Text Font Color

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

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


#afb330 Background Color

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

This div background color is #afb330


#afb330 Border Color

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

This div border color is #afb330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb330


Comments

No comments written yet.

Please login to write comment.