Color Hex Logo

#afde13 Color Hex

#AFDE13
(175,222,19)
0 Favorites   0 Comments

Color spaces of #afde13

RGB 17522219
HSL0.210.840.47
HSV74°91°87°
CMYK 0.210.000.91   0.13
XYZ43.918061.403510.1534
Yxy61.40350.38030.5317
Hunter Lab78.3604-37.088247.1699
CIE-Lab82.5952-38.430179.2973

#afde13 color RGB value is (175,222,19).

#afde13 hex color red value is 175, green value is 222 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #afde13 hue: 0.21 , saturation: 0.84 and the lightness value of afde13 is 0.47.

The process color (four color CMYK) of #afde13 color hex is 0.21, 0.00, 0.91, 0.13. Web safe color of #afde13 is #99cc00. Color #afde13 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011110 00010011
Octal 257 336 23
Decimal 175 222 19
Hex AF DE 13

RGB Percentages of Color #afde13

%42.07
%53.37
%4.57

CMYK Percentages of Color #afde13

%21
%0
%91
%13

Triadic Colors of #afde13

#afde13 #13afde #de13af

Analogous Colors of #afde13

#afde13 #4ade13 #dea813

Monochromatic Colors of #afde13

#afde13

Complementary Color

#afde13 #4213de

#afde13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afde13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afde13 Color CSS Codes

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

#afde13 Text Font Color

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

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


#afde13 Background Color

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

This div background color is #afde13


#afde13 Border Color

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

This div border color is #afde13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afde13


Comments

No comments written yet.

Please login to write comment.