Color Hex Logo

#7eebda Color Hex

#7EEBDA
(126,235,218)
0 Favorites   0 Comments

Color spaces of #7eebda

RGB 126235218
HSL0.470.730.71
HSV171°46°92°
CMYK 0.460.000.07   0.08
XYZ50.967468.914276.9452
Yxy68.91420.25890.3501
Hunter Lab83.0146-35.68413.1550
CIE-Lab86.4615-35.4308-1.4859

#7eebda color RGB value is (126,235,218).

#7eebda hex color red value is 126, green value is 235 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #7eebda hue: 0.47 , saturation: 0.73 and the lightness value of 7eebda is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101011 11011010
Octal 176 353 332
Decimal 126 235 218
Hex 7E EB DA

RGB Percentages of Color #7eebda

%21.76
%40.59
%37.65

CMYK Percentages of Color #7eebda

%46
%0
%7
%8

Triadic Colors of #7eebda

#7eebda #da7eeb #ebda7e

Analogous Colors of #7eebda

#7eebda #7ec6eb #7eeba4

Monochromatic Colors of #7eebda

#7eebda

Complementary Color

#7eebda #eb7e8f

#7eebda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eebda Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eebda Color CSS Codes

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

#7eebda Text Font Color

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

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


#7eebda Background Color

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

This div background color is #7eebda


#7eebda Border Color

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

This div border color is #7eebda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eebda


Comments

No comments written yet.

Please login to write comment.