Color Hex Logo

#7edeef Color Hex

#7EDEEF
(126,222,239)
0 Favorites   0 Comments

Color spaces of #7edeef

RGB 126222239
HSL0.530.780.72
HSV189°47°94°
CMYK 0.470.070.00   0.06
XYZ50.305462.910291.1529
Yxy62.91020.24620.3078
Hunter Lab79.3160-25.5910-12.6172
CIE-Lab83.3951-23.9798-17.1243

#7edeef color RGB value is (126,222,239).

#7edeef hex color red value is 126, green value is 222 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #7edeef hue: 0.53 , saturation: 0.78 and the lightness value of 7edeef is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011110 11101111
Octal 176 336 357
Decimal 126 222 239
Hex 7E DE EF

RGB Percentages of Color #7edeef

%21.47
%37.82
%40.72

CMYK Percentages of Color #7edeef

%47
%7
%0
%6

Triadic Colors of #7edeef

#7edeef #ef7ede #deef7e

Analogous Colors of #7edeef

#7edeef #7ea6ef #7eefc8

Monochromatic Colors of #7edeef

#7edeef

Complementary Color

#7edeef #ef8f7e

#7edeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edeef Color CSS Codes

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

#7edeef Text Font Color

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

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


#7edeef Background Color

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

This div background color is #7edeef


#7edeef Border Color

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

This div border color is #7edeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edeef


Comments

No comments written yet.

Please login to write comment.