Color Hex Logo

#7eedef Color Hex

#7EEDEF
(126,237,239)
0 Favorites   0 Comments

Color spaces of #7eedef

RGB 126237239
HSL0.500.780.72
HSV181°47°94°
CMYK 0.470.010.00   0.06
XYZ54.468471.236092.5405
Yxy71.23600.24960.3264
Hunter Lab84.4014-32.5076-5.9265
CIE-Lab87.5995-31.2400-10.8269

#7eedef color RGB value is (126,237,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101101 11101111
Octal 176 355 357
Decimal 126 237 239
Hex 7E ED EF

RGB Percentages of Color #7eedef

%20.93
%39.37
%39.70

CMYK Percentages of Color #7eedef

%47
%1
%0
%6

Triadic Colors of #7eedef

#7eedef #ef7eed #edef7e

Analogous Colors of #7eedef

#7eedef #7eb5ef #7eefb9

Monochromatic Colors of #7eedef

#7eedef

Complementary Color

#7eedef #ef807e

#7eedef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eedef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eedef Color CSS Codes

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

#7eedef Text Font Color

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

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


#7eedef Background Color

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

This div background color is #7eedef


#7eedef Border Color

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

This div border color is #7eedef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,237,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 #7eedef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eedef


Comments

No comments written yet.

Please login to write comment.