Color Hex Logo

#7eebdd Color Hex

#7EEBDD
(126,235,221)
0 Favorites   0 Comments

Color spaces of #7eebdd

RGB 126235221
HSL0.480.730.71
HSV172°46°92°
CMYK 0.460.000.06   0.08
XYZ51.363769.072779.0318
Yxy69.07270.25750.3463
Hunter Lab83.1100-35.12581.7963
CIE-Lab86.5400-34.7190-2.9465

#7eebdd color RGB value is (126,235,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101011 11011101
Octal 176 353 335
Decimal 126 235 221
Hex 7E EB DD

RGB Percentages of Color #7eebdd

%21.65
%40.38
%37.97

CMYK Percentages of Color #7eebdd

%46
%0
%6
%8

Triadic Colors of #7eebdd

#7eebdd #dd7eeb #ebdd7e

Analogous Colors of #7eebdd

#7eebdd #7ec3eb #7eeba7

Monochromatic Colors of #7eebdd

#7eebdd

Complementary Color

#7eebdd #eb7e8c

#7eebdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eebdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eebdd Color CSS Codes

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

#7eebdd Text Font Color

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

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


#7eebdd Background Color

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

This div background color is #7eebdd


#7eebdd Border Color

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

This div border color is #7eebdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eebdd


Comments

No comments written yet.

Please login to write comment.