Color Hex Logo

#7eefbd Color Hex

#7EEFBD
(126,239,189)
0 Favorites   0 Comments

Color spaces of #7eefbd

RGB 126239189
HSL0.430.780.72
HSV153°47°94°
CMYK 0.470.000.21   0.06
XYZ48.656069.842759.0607
Yxy69.84270.27400.3933
Hunter Lab83.5719-42.327316.5998
CIE-Lab86.9197-43.641314.3393

#7eefbd color RGB value is (126,239,189).

#7eefbd hex color red value is 126, green value is 239 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7eefbd hue: 0.43 , saturation: 0.78 and the lightness value of 7eefbd is 0.72.

The process color (four color CMYK) of #7eefbd color hex is 0.47, 0.00, 0.21, 0.06. Web safe color of #7eefbd is #66ffcc. Color #7eefbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101111 10111101
Octal 176 357 275
Decimal 126 239 189
Hex 7E EF BD

RGB Percentages of Color #7eefbd

%22.74
%43.14
%34.12

CMYK Percentages of Color #7eefbd

%47
%0
%21
%6

Triadic Colors of #7eefbd

#7eefbd #bd7eef #efbd7e

Analogous Colors of #7eefbd

#7eefbd #7ee9ef #7eef85

Monochromatic Colors of #7eefbd

#7eefbd

Complementary Color

#7eefbd #ef7eb0

#7eefbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eefbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eefbd Color CSS Codes

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

#7eefbd Text Font Color

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

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


#7eefbd Background Color

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

This div background color is #7eefbd


#7eefbd Border Color

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

This div border color is #7eefbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,239,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 #7eefbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eefbd


Comments

No comments written yet.

Please login to write comment.