Color Hex Logo

#afbd0f Color Hex

#AFBD0F
(175,189,15)
0 Favorites   0 Comments

Color spaces of #afbd0f

RGB 17518915
HSL0.180.850.40
HSV65°92°74°
CMYK 0.070.000.92   0.26
XYZ35.963045.54367.3473
Yxy45.54360.40470.5126
Hunter Lab67.4860-22.978640.7852
CIE-Lab73.2484-23.051972.4525

#afbd0f color RGB value is (175,189,15).

#afbd0f hex color red value is 175, green value is 189 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #afbd0f hue: 0.18 , saturation: 0.85 and the lightness value of afbd0f is 0.40.

The process color (four color CMYK) of #afbd0f color hex is 0.07, 0.00, 0.92, 0.26. Web safe color of #afbd0f is #99cc00. Color #afbd0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111101 00001111
Octal 257 275 17
Decimal 175 189 15
Hex AF BD F

RGB Percentages of Color #afbd0f

%46.17
%49.87
%3.96

CMYK Percentages of Color #afbd0f

%7
%0
%92
%26

Triadic Colors of #afbd0f

#afbd0f #0fafbd #bd0faf

Analogous Colors of #afbd0f

#afbd0f #58bd0f #bd740f

Monochromatic Colors of #afbd0f

#afbd0f

Complementary Color

#afbd0f #1d0fbd

#afbd0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbd0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbd0f Color CSS Codes

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

#afbd0f Text Font Color

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

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


#afbd0f Background Color

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

This div background color is #afbd0f


#afbd0f Border Color

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

This div border color is #afbd0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbd0f


Comments

No comments written yet.

Please login to write comment.