Color Hex Logo

#afb218 Color Hex

#AFB218
(175,178,24)
0 Favorites   0 Comments

Color spaces of #afb218

RGB 17517824
HSL0.170.760.40
HSV61°87°70°
CMYK 0.020.000.87   0.30
XYZ33.764541.02077.0024
Yxy41.02070.41280.5016
Hunter Lab64.0474-17.981438.3509
CIE-Lab70.1904-17.395768.4747

#afb218 color RGB value is (175,178,24).

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

The process color (four color CMYK) of #afb218 color hex is 0.02, 0.00, 0.87, 0.30. Web safe color of #afb218 is #999900. Color #afb218 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110010 00011000
Octal 257 262 30
Decimal 175 178 24
Hex AF B2 18

RGB Percentages of Color #afb218

%46.42
%47.21
%6.37

CMYK Percentages of Color #afb218

%2
%0
%87
%30

Triadic Colors of #afb218

#afb218 #18afb2 #b218af

Analogous Colors of #afb218

#afb218 #62b218 #b26818

Monochromatic Colors of #afb218

#afb218

Complementary Color

#afb218 #1b18b2

#afb218 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb218 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb218 Color CSS Codes

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

#afb218 Text Font Color

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

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


#afb218 Background Color

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

This div background color is #afb218


#afb218 Border Color

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

This div border color is #afb218


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb218


Comments

No comments written yet.

Please login to write comment.