Color Hex Logo

#7eedbb Color Hex

#7EEDBB
(126,237,187)
0 Favorites   0 Comments

Color spaces of #7eedbb

RGB 126237187
HSL0.420.760.71
HSV153°47°93°
CMYK 0.470.000.21   0.07
XYZ47.858068.591857.7309
Yxy68.59180.27480.3938
Hunter Lab82.8202-41.788316.6452
CIE-Lab86.3015-43.175614.5071

#7eedbb color RGB value is (126,237,187).

#7eedbb hex color red value is 126, green value is 237 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #7eedbb hue: 0.42 , saturation: 0.76 and the lightness value of 7eedbb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101101 10111011
Octal 176 355 273
Decimal 126 237 187
Hex 7E ED BB

RGB Percentages of Color #7eedbb

%22.91
%43.09
%34.00

CMYK Percentages of Color #7eedbb

%47
%0
%21
%7

Triadic Colors of #7eedbb

#7eedbb #bb7eed #edbb7e

Analogous Colors of #7eedbb

#7eedbb #7ee8ed #7eed84

Monochromatic Colors of #7eedbb

#7eedbb

Complementary Color

#7eedbb #ed7eb0

#7eedbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eedbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eedbb Color CSS Codes

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

#7eedbb Text Font Color

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

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


#7eedbb Background Color

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

This div background color is #7eedbb


#7eedbb Border Color

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

This div border color is #7eedbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eedbb


Comments

No comments written yet.

Please login to write comment.