Color Hex Logo

#7ffae8 Color Hex

#7FFAE8
(127,250,232)
0 Favorites   0 Comments

Color spaces of #7ffae8

RGB 127250232
HSL0.480.920.74
HSV171°49°98°
CMYK 0.490.000.07   0.02
XYZ57.503578.709488.5056
Yxy78.70940.25590.3503
Hunter Lab88.7183-39.56082.9550
CIE-Lab91.1026-38.7646-1.9927

#7ffae8 color RGB value is (127,250,232).

#7ffae8 hex color red value is 127, green value is 250 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #7ffae8 hue: 0.48 , saturation: 0.92 and the lightness value of 7ffae8 is 0.74.

The process color (four color CMYK) of #7ffae8 color hex is 0.49, 0.00, 0.07, 0.02. Web safe color of #7ffae8 is #66ffff. Color #7ffae8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111010 11101000
Octal 177 372 350
Decimal 127 250 232
Hex 7F FA E8

RGB Percentages of Color #7ffae8

%20.85
%41.05
%38.10

CMYK Percentages of Color #7ffae8

%49
%0
%7
%2

Triadic Colors of #7ffae8

#7ffae8 #e87ffa #fae87f

Analogous Colors of #7ffae8

#7ffae8 #7fcffa #7ffaab

Monochromatic Colors of #7ffae8

#7ffae8

Complementary Color

#7ffae8 #fa7f91

#7ffae8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ffae8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ffae8 Color CSS Codes

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

#7ffae8 Text Font Color

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

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


#7ffae8 Background Color

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

This div background color is #7ffae8


#7ffae8 Border Color

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

This div border color is #7ffae8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,250,232, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7ffae8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7ffae8;
  -webkit-box-shadow: 1px 1px 3px 2px #7ffae8;
  box-shadow:         1px 1px 3px 2px #7ffae8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,250,232, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ffae8


Comments

No comments written yet.

Please login to write comment.