Color Hex Logo

#afed14 Color Hex

#AFED14
(175,237,20)
0 Favorites   0 Comments

Color spaces of #afed14

RGB 17523720
HSL0.210.860.50
HSV77°92°93°
CMYK 0.260.000.92   0.07
XYZ48.089669.732811.5870
Yxy69.73280.37160.5389
Hunter Lab83.5062-43.341150.2275
CIE-Lab86.8656-44.966682.5781

#afed14 color RGB value is (175,237,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101101 00010100
Octal 257 355 24
Decimal 175 237 20
Hex AF ED 14

RGB Percentages of Color #afed14

%40.51
%54.86
%4.63

CMYK Percentages of Color #afed14

%26
%0
%92
%7

Triadic Colors of #afed14

#afed14 #14afed #ed14af

Analogous Colors of #afed14

#afed14 #43ed14 #edbf14

Monochromatic Colors of #afed14

#afed14

Complementary Color

#afed14 #5214ed

#afed14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afed14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afed14 Color CSS Codes

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

#afed14 Text Font Color

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

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


#afed14 Background Color

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

This div background color is #afed14


#afed14 Border Color

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

This div border color is #afed14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afed14


Comments

No comments written yet.

Please login to write comment.