Color Hex Logo

#7ee4ef Color Hex

#7EE4EF
(126,228,239)
0 Favorites   0 Comments

Color spaces of #7ee4ef

RGB 126228239
HSL0.520.780.72
HSV186°47°94°
CMYK 0.470.050.00   0.06
XYZ51.927666.154491.6936
Yxy66.15440.24750.3154
Hunter Lab81.3354-28.3756-9.9060
CIE-Lab85.0751-26.9197-14.5997

#7ee4ef color RGB value is (126,228,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11100100 11101111
Octal 176 344 357
Decimal 126 228 239
Hex 7E E4 EF

RGB Percentages of Color #7ee4ef

%21.25
%38.45
%40.30

CMYK Percentages of Color #7ee4ef

%47
%5
%0
%6

Triadic Colors of #7ee4ef

#7ee4ef #ef7ee4 #e4ef7e

Analogous Colors of #7ee4ef

#7ee4ef #7eacef #7eefc2

Monochromatic Colors of #7ee4ef

#7ee4ef

Complementary Color

#7ee4ef #ef897e

#7ee4ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ee4ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ee4ef Color CSS Codes

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

#7ee4ef Text Font Color

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

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


#7ee4ef Background Color

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

This div background color is #7ee4ef


#7ee4ef Border Color

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

This div border color is #7ee4ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ee4ef


Comments

No comments written yet.

Please login to write comment.