Color Hex Logo

#7ffebd Color Hex

#7FFEBD
(127,254,189)
0 Favorites   0 Comments

Color spaces of #7ffebd

RGB 127254189
HSL0.410.980.75
HSV149°50°100°
CMYK 0.500.000.26   0.00
XYZ53.379579.069860.5927
Yxy79.06980.27650.4096
Hunter Lab88.9212-48.458321.8434
CIE-Lab91.2659-49.829420.4345

#7ffebd color RGB value is (127,254,189).

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

The process color (four color CMYK) of #7ffebd color hex is 0.50, 0.00, 0.26, 0.00. Web safe color of #7ffebd is #66ffcc. Color #7ffebd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111110 10111101
Octal 177 376 275
Decimal 127 254 189
Hex 7F FE BD

RGB Percentages of Color #7ffebd

%22.28
%44.56
%33.16

CMYK Percentages of Color #7ffebd

%50
%0
%26
%0

Triadic Colors of #7ffebd

#7ffebd #bd7ffe #febd7f

Analogous Colors of #7ffebd

#7ffebd #7ffefd #81fe7f

Monochromatic Colors of #7ffebd

#7ffebd

Complementary Color

#7ffebd #fe7fc0

#7ffebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ffebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ffebd Color CSS Codes

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

#7ffebd Text Font Color

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

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


#7ffebd Background Color

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

This div background color is #7ffebd


#7ffebd Border Color

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

This div border color is #7ffebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ffebd

Related Colors


Comments

No comments written yet.

Please login to write comment.