Color Hex Logo

#aff12d Color Hex

#AFF12D
(175,241,45)
0 Favorites   0 Comments

Color spaces of #aff12d

RGB 17524145
HSL0.220.880.56
HSV80°81°95°
CMYK 0.270.000.81   0.05
XYZ49.608172.214013.8067
Yxy72.21400.36580.5324
Hunter Lab84.9788-44.510049.8522
CIE-Lab88.0715-46.014078.9551

#aff12d color RGB value is (175,241,45).

#aff12d hex color red value is 175, green value is 241 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #aff12d hue: 0.22 , saturation: 0.88 and the lightness value of aff12d is 0.56.

The process color (four color CMYK) of #aff12d color hex is 0.27, 0.00, 0.81, 0.05. Web safe color of #aff12d is #99ff33. Color #aff12d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110001 00101101
Octal 257 361 55
Decimal 175 241 45
Hex AF F1 2D

RGB Percentages of Color #aff12d

%37.96
%52.28
%9.76

CMYK Percentages of Color #aff12d

%27
%0
%81
%5

Triadic Colors of #aff12d

#aff12d #2daff1 #f12daf

Analogous Colors of #aff12d

#aff12d #4df12d #f1d12d

Monochromatic Colors of #aff12d

#aff12d

Complementary Color

#aff12d #6f2df1

#aff12d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff12d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff12d Color CSS Codes

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

#aff12d Text Font Color

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

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


#aff12d Background Color

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

This div background color is #aff12d


#aff12d Border Color

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

This div border color is #aff12d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff12d


Comments

No comments written yet.

Please login to write comment.