Color Hex Logo

#aff34e Color Hex

#AFF34E
(175,243,78)
0 Favorites   0 Comments

Color spaces of #aff34e

RGB 17524378
HSL0.240.870.63
HSV85°68°95°
CMYK 0.280.000.68   0.05
XYZ51.104973.765218.7523
Yxy73.76520.35580.5136
Hunter Lab85.8867-44.089347.1754
CIE-Lab88.8114-45.194569.4350

#aff34e color RGB value is (175,243,78).

#aff34e hex color red value is 175, green value is 243 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #aff34e hue: 0.24 , saturation: 0.87 and the lightness value of aff34e is 0.63.

The process color (four color CMYK) of #aff34e color hex is 0.28, 0.00, 0.68, 0.05. Web safe color of #aff34e is #99ff66. Color #aff34e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110011 01001110
Octal 257 363 116
Decimal 175 243 78
Hex AF F3 4E

RGB Percentages of Color #aff34e

%35.28
%48.99
%15.73

CMYK Percentages of Color #aff34e

%28
%0
%68
%5

Triadic Colors of #aff34e

#aff34e #4eaff3 #f34eaf

Analogous Colors of #aff34e

#aff34e #5df34e #f3e54e

Monochromatic Colors of #aff34e

#aff34e

Complementary Color

#aff34e #924ef3

#aff34e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff34e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff34e Color CSS Codes

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

#aff34e Text Font Color

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

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


#aff34e Background Color

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

This div background color is #aff34e


#aff34e Border Color

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

This div border color is #aff34e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff34e


Comments

No comments written yet.

Please login to write comment.