Color Hex Logo

#afbd0e Color Hex

#AFBD0E
(175,189,14)
0 Favorites   0 Comments

Color spaces of #afbd0e

RGB 17518914
HSL0.180.860.40
HSV65°93°74°
CMYK 0.070.000.93   0.26
XYZ35.956145.54097.3106
Yxy45.54090.40490.5128
Hunter Lab67.4840-22.990540.8159
CIE-Lab73.2466-23.067472.5853

#afbd0e color RGB value is (175,189,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111101 00001110
Octal 257 275 16
Decimal 175 189 14
Hex AF BD E

RGB Percentages of Color #afbd0e

%46.30
%50.00
%3.70

CMYK Percentages of Color #afbd0e

%7
%0
%93
%26

Triadic Colors of #afbd0e

#afbd0e #0eafbd #bd0eaf

Analogous Colors of #afbd0e

#afbd0e #58bd0e #bd740e

Monochromatic Colors of #afbd0e

#afbd0e

Complementary Color

#afbd0e #1c0ebd

#afbd0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbd0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbd0e Color CSS Codes

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

#afbd0e Text Font Color

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

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


#afbd0e Background Color

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

This div background color is #afbd0e


#afbd0e Border Color

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

This div border color is #afbd0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbd0e


Comments

No comments written yet.

Please login to write comment.