Color Hex Logo

#afdb0e Color Hex

#AFDB0E
(175,219,14)
0 Favorites   0 Comments

Color spaces of #afdb0e

RGB 17521914
HSL0.200.880.46
HSV73°94°86°
CMYK 0.200.000.94   0.14
XYZ43.090059.80879.6886
Yxy59.80870.38270.5312
Hunter Lab77.3361-35.881846.7075
CIE-Lab81.7341-37.163279.2183

#afdb0e color RGB value is (175,219,14).

#afdb0e hex color red value is 175, green value is 219 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #afdb0e hue: 0.20 , saturation: 0.88 and the lightness value of afdb0e is 0.46.

The process color (four color CMYK) of #afdb0e color hex is 0.20, 0.00, 0.94, 0.14. Web safe color of #afdb0e is #99cc00. Color #afdb0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011011 00001110
Octal 257 333 16
Decimal 175 219 14
Hex AF DB E

RGB Percentages of Color #afdb0e

%42.89
%53.68
%3.43

CMYK Percentages of Color #afdb0e

%20
%0
%94
%14

Triadic Colors of #afdb0e

#afdb0e #0eafdb #db0eaf

Analogous Colors of #afdb0e

#afdb0e #49db0e #dba10e

Monochromatic Colors of #afdb0e

#afdb0e

Complementary Color

#afdb0e #3a0edb

#afdb0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdb0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdb0e Color CSS Codes

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

#afdb0e Text Font Color

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

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


#afdb0e Background Color

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

This div background color is #afdb0e


#afdb0e Border Color

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

This div border color is #afdb0e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,219,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 #afdb0e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdb0e


Comments

No comments written yet.

Please login to write comment.