Color Hex Logo

#7edce9 Color Hex

#7EDCE9
(126,220,233)
0 Favorites   0 Comments

Color spaces of #7edce9

RGB 126220233
HSL0.520.710.70
HSV187°46°91°
CMYK 0.460.060.00   0.09
XYZ48.905461.505286.3849
Yxy61.50520.24850.3125
Hunter Lab78.4253-25.9329-10.4099
CIE-Lab82.6496-24.5536-15.0640

#7edce9 color RGB value is (126,220,233).

#7edce9 hex color red value is 126, green value is 220 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #7edce9 hue: 0.52 , saturation: 0.71 and the lightness value of 7edce9 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011100 11101001
Octal 176 334 351
Decimal 126 220 233
Hex 7E DC E9

RGB Percentages of Color #7edce9

%21.76
%38.00
%40.24

CMYK Percentages of Color #7edce9

%46
%6
%0
%9

Triadic Colors of #7edce9

#7edce9 #e97edc #dce97e

Analogous Colors of #7edce9

#7edce9 #7ea7e9 #7ee9c1

Monochromatic Colors of #7edce9

#7edce9

Complementary Color

#7edce9 #e98b7e

#7edce9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edce9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edce9 Color CSS Codes

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

#7edce9 Text Font Color

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

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


#7edce9 Background Color

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

This div background color is #7edce9


#7edce9 Border Color

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

This div border color is #7edce9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edce9


Comments

No comments written yet.

Please login to write comment.