Color Hex Logo

#7ed1ec Color Hex

#7ED1EC
(126,209,236)
0 Favorites   0 Comments

Color spaces of #7ed1ec

RGB 126209236
HSL0.540.740.71
HSV195°47°93°
CMYK 0.470.110.00   0.07
XYZ46.545056.092787.7307
Yxy56.09270.24450.2947
Hunter Lab74.8951-20.1340-17.0247
CIE-Lab79.6665-18.2481-21.1637

#7ed1ec color RGB value is (126,209,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11010001 11101100
Octal 176 321 354
Decimal 126 209 236
Hex 7E D1 EC

RGB Percentages of Color #7ed1ec

%22.07
%36.60
%41.33

CMYK Percentages of Color #7ed1ec

%47
%11
%0
%7

Triadic Colors of #7ed1ec

#7ed1ec #ec7ed1 #d1ec7e

Analogous Colors of #7ed1ec

#7ed1ec #7e9aec #7eecd0

Monochromatic Colors of #7ed1ec

#7ed1ec

Complementary Color

#7ed1ec #ec997e

#7ed1ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ed1ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ed1ec Color CSS Codes

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

#7ed1ec Text Font Color

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

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


#7ed1ec Background Color

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

This div background color is #7ed1ec


#7ed1ec Border Color

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

This div border color is #7ed1ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ed1ec


Comments

No comments written yet.

Please login to write comment.