Color Hex Logo

#7eeeff Color Hex

#7EEEFF
(126,238,255)
0 Favorites   0 Comments

Color spaces of #7eeeff

RGB 126238255
HSL0.521.000.75
HSV188°51°100°
CMYK 0.510.070.00   0.00
XYZ57.228772.8047105.6442
Yxy72.80470.24280.3089
Hunter Lab85.3257-29.5984-13.6807
CIE-Lab88.3545-27.5938-18.0754

#7eeeff color RGB value is (126,238,255).

#7eeeff hex color red value is 126, green value is 238 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7eeeff hue: 0.52 , saturation: 1.00 and the lightness value of 7eeeff is 0.75.

The process color (four color CMYK) of #7eeeff color hex is 0.51, 0.07, 0.00, 0.00. Web safe color of #7eeeff is #66ffff. Color #7eeeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101110 11111111
Octal 176 356 377
Decimal 126 238 255
Hex 7E EE FF

RGB Percentages of Color #7eeeff

%20.36
%38.45
%41.20

CMYK Percentages of Color #7eeeff

%51
%7
%0
%0

Triadic Colors of #7eeeff

#7eeeff #ff7eee #eeff7e

Analogous Colors of #7eeeff

#7eeeff #7eaeff #7effd0

Monochromatic Colors of #7eeeff

#7eeeff

Complementary Color

#7eeeff #ff8f7e

#7eeeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eeeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eeeff Color CSS Codes

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

#7eeeff Text Font Color

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

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


#7eeeff Background Color

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

This div background color is #7eeeff


#7eeeff Border Color

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

This div border color is #7eeeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eeeff

Related Colors


Comments

No comments written yet.

Please login to write comment.