Color Hex Logo

#7ed1eb Color Hex

#7ED1EB
(126,209,235)
0 Favorites   0 Comments

Color spaces of #7ed1eb

RGB 126209235
HSL0.540.730.71
HSV194°46°92°
CMYK 0.460.110.00   0.08
XYZ46.400056.034786.9675
Yxy56.03470.24500.2959
Hunter Lab74.8563-20.3546-16.4832
CIE-Lab79.6336-18.5157-20.6794

#7ed1eb color RGB value is (126,209,235).

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

The process color (four color CMYK) of #7ed1eb color hex is 0.46, 0.11, 0.00, 0.08. Web safe color of #7ed1eb is #66ccff. Color #7ed1eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11010001 11101011
Octal 176 321 353
Decimal 126 209 235
Hex 7E D1 EB

RGB Percentages of Color #7ed1eb

%22.11
%36.67
%41.23

CMYK Percentages of Color #7ed1eb

%46
%11
%0
%8

Triadic Colors of #7ed1eb

#7ed1eb #eb7ed1 #d1eb7e

Analogous Colors of #7ed1eb

#7ed1eb #7e9beb #7eebcf

Monochromatic Colors of #7ed1eb

#7ed1eb

Complementary Color

#7ed1eb #eb987e

#7ed1eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ed1eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ed1eb Color CSS Codes

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

#7ed1eb Text Font Color

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

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


#7ed1eb Background Color

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

This div background color is #7ed1eb


#7ed1eb Border Color

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

This div border color is #7ed1eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ed1eb


Comments

No comments written yet.

Please login to write comment.