Color Hex Logo

#aff38e Color Hex

#AFF38E
(175,243,142)
0 Favorites   0 Comments

Color spaces of #aff38e

RGB 175243142
HSL0.280.810.75
HSV100°42°95°
CMYK 0.280.000.42   0.05
XYZ54.612375.168137.2217
Yxy75.16810.32700.4501
Hunter Lab86.6995-39.286535.2354
CIE-Lab89.4717-38.944242.0043

#aff38e color RGB value is (175,243,142).

#aff38e hex color red value is 175, green value is 243 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #aff38e hue: 0.28 , saturation: 0.81 and the lightness value of aff38e is 0.75.

The process color (four color CMYK) of #aff38e color hex is 0.28, 0.00, 0.42, 0.05. Web safe color of #aff38e is #99ff99. Color #aff38e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110011 10001110
Octal 257 363 216
Decimal 175 243 142
Hex AF F3 8E

RGB Percentages of Color #aff38e

%31.25
%43.39
%25.36

CMYK Percentages of Color #aff38e

%28
%0
%42
%5

Triadic Colors of #aff38e

#aff38e #8eaff3 #f38eaf

Analogous Colors of #aff38e

#aff38e #8ef3a0 #e2f38e

Monochromatic Colors of #aff38e

#aff38e

Complementary Color

#aff38e #d28ef3

#aff38e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff38e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff38e Color CSS Codes

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

#aff38e Text Font Color

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

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


#aff38e Background Color

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

This div background color is #aff38e


#aff38e Border Color

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

This div border color is #aff38e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff38e


Comments

No comments written yet.

Please login to write comment.