Color Hex Logo

#afed0d Color Hex

#AFED0D
(175,237,13)
0 Favorites   0 Comments

Color spaces of #afed0d

RGB 17523713
HSL0.210.900.49
HSV77°95°93°
CMYK 0.260.000.95   0.07
XYZ48.036069.711411.3047
Yxy69.71140.37220.5402
Hunter Lab83.4934-43.417550.4177
CIE-Lab86.8551-45.069383.3360

#afed0d color RGB value is (175,237,13).

#afed0d hex color red value is 175, green value is 237 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #afed0d hue: 0.21 , saturation: 0.90 and the lightness value of afed0d is 0.49.

The process color (four color CMYK) of #afed0d color hex is 0.26, 0.00, 0.95, 0.07. Web safe color of #afed0d is #99ff00. Color #afed0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101101 00001101
Octal 257 355 15
Decimal 175 237 13
Hex AF ED D

RGB Percentages of Color #afed0d

%41.18
%55.76
%3.06

CMYK Percentages of Color #afed0d

%26
%0
%95
%7

Triadic Colors of #afed0d

#afed0d #0dafed #ed0daf

Analogous Colors of #afed0d

#afed0d #3fed0d #edbb0d

Monochromatic Colors of #afed0d

#afed0d

Complementary Color

#afed0d #4b0ded

#afed0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afed0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afed0d Color CSS Codes

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

#afed0d Text Font Color

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

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


#afed0d Background Color

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

This div background color is #afed0d


#afed0d Border Color

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

This div border color is #afed0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afed0d


Comments

No comments written yet.

Please login to write comment.