Color Hex Logo

#aff27e Color Hex

#AFF27E
(175,242,126)
0 Favorites   0 Comments

Color spaces of #aff27e

RGB 175242126
HSL0.260.820.72
HSV95°48°95°
CMYK 0.280.000.48   0.05
XYZ53.197274.124631.2424
Yxy74.12460.33550.4675
Hunter Lab86.0956-40.374938.7518
CIE-Lab88.9813-40.452449.0881

#aff27e color RGB value is (175,242,126).

#aff27e hex color red value is 175, green value is 242 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #aff27e hue: 0.26 , saturation: 0.82 and the lightness value of aff27e is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110010 01111110
Octal 257 362 176
Decimal 175 242 126
Hex AF F2 7E

RGB Percentages of Color #aff27e

%32.23
%44.57
%23.20

CMYK Percentages of Color #aff27e

%28
%0
%48
%5

Triadic Colors of #aff27e

#aff27e #7eaff2 #f27eaf

Analogous Colors of #aff27e

#aff27e #7ef287 #e9f27e

Monochromatic Colors of #aff27e

#aff27e

Complementary Color

#aff27e #c17ef2

#aff27e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff27e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff27e Color CSS Codes

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

#aff27e Text Font Color

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

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


#aff27e Background Color

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

This div background color is #aff27e


#aff27e Border Color

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

This div border color is #aff27e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff27e


Comments

No comments written yet.

Please login to write comment.