Color Hex Logo

#7ffef8 Color Hex

#7FFEF8
(127,254,248)
0 Favorites   0 Comments

Color spaces of #7ffef8

RGB 127254248
HSL0.490.980.75
HSV177°50°100°
CMYK 0.500.000.02   0.00
XYZ61.137582.1730101.4456
Yxy82.17300.24980.3357
Hunter Lab90.6493-38.2488-2.8969
CIE-Lab92.6512-36.7124-8.0088

#7ffef8 color RGB value is (127,254,248).

#7ffef8 hex color red value is 127, green value is 254 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #7ffef8 hue: 0.49 , saturation: 0.98 and the lightness value of 7ffef8 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111110 11111000
Octal 177 376 370
Decimal 127 254 248
Hex 7F FE F8

RGB Percentages of Color #7ffef8

%20.19
%40.38
%39.43

CMYK Percentages of Color #7ffef8

%50
%0
%2
%0

Triadic Colors of #7ffef8

#7ffef8 #f87ffe #fef87f

Analogous Colors of #7ffef8

#7ffef8 #7fc5fe #7ffeb9

Monochromatic Colors of #7ffef8

#7ffef8

Complementary Color

#7ffef8 #fe7f85

#7ffef8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ffef8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ffef8 Color CSS Codes

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

#7ffef8 Text Font Color

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

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


#7ffef8 Background Color

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

This div background color is #7ffef8


#7ffef8 Border Color

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

This div border color is #7ffef8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ffef8


Comments

No comments written yet.

Please login to write comment.