Color Hex Logo

#7edce4 Color Hex

#7EDCE4
(126,220,228)
0 Favorites   0 Comments

Color spaces of #7edce4

RGB 126220228
HSL0.510.650.69
HSV185°45°89°
CMYK 0.450.040.00   0.11
XYZ48.201061.223582.6756
Yxy61.22350.25090.3187
Hunter Lab78.2454-26.9694-7.8751
CIE-Lab82.4987-25.8363-12.6352

#7edce4 color RGB value is (126,220,228).

#7edce4 hex color red value is 126, green value is 220 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #7edce4 hue: 0.51 , saturation: 0.65 and the lightness value of 7edce4 is 0.69.

The process color (four color CMYK) of #7edce4 color hex is 0.45, 0.04, 0.00, 0.11. Web safe color of #7edce4 is #66cccc. Color #7edce4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011100 11100100
Octal 176 334 344
Decimal 126 220 228
Hex 7E DC E4

RGB Percentages of Color #7edce4

%21.95
%38.33
%39.72

CMYK Percentages of Color #7edce4

%45
%4
%0
%11

Triadic Colors of #7edce4

#7edce4 #e47edc #dce47e

Analogous Colors of #7edce4

#7edce4 #7ea9e4 #7ee4b9

Monochromatic Colors of #7edce4

#7edce4

Complementary Color

#7edce4 #e4867e

#7edce4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edce4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edce4 Color CSS Codes

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

#7edce4 Text Font Color

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

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


#7edce4 Background Color

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

This div background color is #7edce4


#7edce4 Border Color

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

This div border color is #7edce4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edce4


Comments

No comments written yet.

Please login to write comment.