color codes Logo

#aff00d color codes

#AFF00D
(175,240,13)
0 Favorites   0 Comments

Color spaces of #aff00d

RGB 17524013
HSL0.210.900.50
HSV77°95°94°
CMYK 0.270.000.95   0.06
XYZ48.911971.463211.5966
Yxy71.46320.37060.5415
Hunter Lab84.5359-44.659051.0418
CIE-Lab87.7096-46.346184.0070

#aff00d color RGB value is (175,240,13).

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

The process color (four color CMYK) of #aff00d color code is 0.27, 0.00, 0.95, 0.06. Web safe color of #aff00d is #99ff00. Color #aff00d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110000 00001101
Octal 257 360 15
Decimal 175 240 13
Hex AF F0 D

RGB Percentages of Color #aff00d

%40.89
%56.07
%3.04

CMYK Percentages of Color #aff00d

%27
%0
%95
%6

Triadic Colors of #aff00d

#aff00d #0daff0 #f00daf

Analogous Colors of #aff00d

#aff00d #3ef00d #f0c00d

Monochromatic Colors of #aff00d

#aff00d

Complementary Color

#aff00d #4e0df0

#aff00d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff00d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff00d Color CSS Codes

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

#aff00d Text Font Color

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

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


#aff00d Background Color

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

This div background color is #aff00d


#aff00d Border Color

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

This div border color is #aff00d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff00d


Comments

No comments written yet.

Please login to write comment.