Color Hex Logo

#afb005 Color Hex

#AFB005
(175,176,5)
0 Favorites   0 Comments

Color spaces of #afb005

RGB 1751765
HSL0.170.940.35
HSV60°97°69°
CMYK 0.010.000.97   0.31
XYZ33.231940.17566.1467
Yxy40.17560.41770.5050
Hunter Lab63.3842-17.336138.6193
CIE-Lab69.5944-16.698670.8539

#afb005 color RGB value is (175,176,5).

#afb005 hex color red value is 175, green value is 176 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #afb005 hue: 0.17 , saturation: 0.94 and the lightness value of afb005 is 0.35.

The process color (four color CMYK) of #afb005 color hex is 0.01, 0.00, 0.97, 0.31. Web safe color of #afb005 is #999900. Color #afb005 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110000 00000101
Octal 257 260 5
Decimal 175 176 5
Hex AF B0 5

RGB Percentages of Color #afb005

%49.16
%49.44
%1.40

CMYK Percentages of Color #afb005

%1
%0
%97
%31

Triadic Colors of #afb005

#afb005 #05afb0 #b005af

Analogous Colors of #afb005

#afb005 #5ab005 #b05c05

Monochromatic Colors of #afb005

#afb005

Complementary Color

#afb005 #0605b0

#afb005 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb005 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb005 Color CSS Codes

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

#afb005 Text Font Color

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

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


#afb005 Background Color

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

This div background color is #afb005


#afb005 Border Color

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

This div border color is #afb005


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb005


Comments

No comments written yet.

Please login to write comment.