Color Hex Logo

#afb229 Color Hex

#AFB229
(175,178,41)
0 Favorites   0 Comments

Color spaces of #afb229

RGB 17517841
HSL0.170.630.43
HSV61°77°70°
CMYK 0.020.000.77   0.30
XYZ33.999841.11488.2418
Yxy41.11480.40790.4932
Hunter Lab64.1208-17.562637.2637
CIE-Lab70.2563-16.858964.1151

#afb229 color RGB value is (175,178,41).

#afb229 hex color red value is 175, green value is 178 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #afb229 hue: 0.17 , saturation: 0.63 and the lightness value of afb229 is 0.43.

The process color (four color CMYK) of #afb229 color hex is 0.02, 0.00, 0.77, 0.30. Web safe color of #afb229 is #999933. Color #afb229 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110010 00101001
Octal 257 262 51
Decimal 175 178 41
Hex AF B2 29

RGB Percentages of Color #afb229

%44.42
%45.18
%10.41

CMYK Percentages of Color #afb229

%2
%0
%77
%30

Triadic Colors of #afb229

#afb229 #29afb2 #b229af

Analogous Colors of #afb229

#afb229 #6bb229 #b27129

Monochromatic Colors of #afb229

#afb229

Complementary Color

#afb229 #2c29b2

#afb229 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb229 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb229 Color CSS Codes

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

#afb229 Text Font Color

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

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


#afb229 Background Color

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

This div background color is #afb229


#afb229 Border Color

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

This div border color is #afb229


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb229


Comments

No comments written yet.

Please login to write comment.