Color Hex Logo

#7eedbc Color Hex

#7EEDBC
(126,237,188)
0 Favorites   0 Comments

Color spaces of #7eedbc

RGB 126237188
HSL0.430.760.71
HSV154°47°93°
CMYK 0.470.000.21   0.07
XYZ47.965568.634858.2968
Yxy68.63480.27420.3924
Hunter Lab82.8461-41.634416.2714
CIE-Lab86.3229-42.970114.0167

#7eedbc color RGB value is (126,237,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101101 10111100
Octal 176 355 274
Decimal 126 237 188
Hex 7E ED BC

RGB Percentages of Color #7eedbc

%22.87
%43.01
%34.12

CMYK Percentages of Color #7eedbc

%47
%0
%21
%7

Triadic Colors of #7eedbc

#7eedbc #bc7eed #edbc7e

Analogous Colors of #7eedbc

#7eedbc #7ee7ed #7eed85

Monochromatic Colors of #7eedbc

#7eedbc

Complementary Color

#7eedbc #ed7eaf

#7eedbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eedbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eedbc Color CSS Codes

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

#7eedbc Text Font Color

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

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


#7eedbc Background Color

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

This div background color is #7eedbc


#7eedbc Border Color

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

This div border color is #7eedbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eedbc


Comments

No comments written yet.

Please login to write comment.