Color Hex Logo

#afb438 Color Hex

#AFB438
(175,180,56)
0 Favorites   0 Comments

Color spaces of #afb438

RGB 17518056
HSL0.170.530.46
HSV62°69°71°
CMYK 0.030.000.69   0.29
XYZ34.714342.042010.0267
Yxy42.04200.40000.4844
Hunter Lab64.8398-17.903336.2194
CIE-Lab70.8999-17.163959.5118

#afb438 color RGB value is (175,180,56).

#afb438 hex color red value is 175, green value is 180 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #afb438 hue: 0.17 , saturation: 0.53 and the lightness value of afb438 is 0.46.

The process color (four color CMYK) of #afb438 color hex is 0.03, 0.00, 0.69, 0.29. Web safe color of #afb438 is #99cc33. Color #afb438 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110100 00111000
Octal 257 264 70
Decimal 175 180 56
Hex AF B4 38

RGB Percentages of Color #afb438

%42.58
%43.80
%13.63

CMYK Percentages of Color #afb438

%3
%0
%69
%29

Triadic Colors of #afb438

#afb438 #38afb4 #b438af

Analogous Colors of #afb438

#afb438 #71b438 #b47b38

Monochromatic Colors of #afb438

#afb438

Complementary Color

#afb438 #3d38b4

#afb438 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb438 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb438 Color CSS Codes

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

#afb438 Text Font Color

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

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


#afb438 Background Color

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

This div background color is #afb438


#afb438 Border Color

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

This div border color is #afb438


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb438


Comments

No comments written yet.

Please login to write comment.