Color Hex Logo

#7ee3ff Color Hex

#7EE3FF
(126,227,255)
0 Favorites   0 Comments

Color spaces of #7ee3ff

RGB 126227255
HSL0.541.000.75
HSV193°51°100°
CMYK 0.510.110.00   0.00
XYZ54.123366.5938104.6090
Yxy66.59380.24020.2955
Hunter Lab81.6050-24.4214-18.8800
CIE-Lab85.2984-22.2003-22.6957

#7ee3ff color RGB value is (126,227,255).

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

The process color (four color CMYK) of #7ee3ff color hex is 0.51, 0.11, 0.00, 0.00. Web safe color of #7ee3ff is #66ccff. Color #7ee3ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11100011 11111111
Octal 176 343 377
Decimal 126 227 255
Hex 7E E3 FF

RGB Percentages of Color #7ee3ff

%20.72
%37.34
%41.94

CMYK Percentages of Color #7ee3ff

%51
%11
%0
%0

Triadic Colors of #7ee3ff

#7ee3ff #ff7ee3 #e3ff7e

Analogous Colors of #7ee3ff

#7ee3ff #7ea3ff #7effdb

Monochromatic Colors of #7ee3ff

#7ee3ff

Complementary Color

#7ee3ff #ff9a7e

#7ee3ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ee3ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ee3ff Color CSS Codes

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

#7ee3ff Text Font Color

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

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


#7ee3ff Background Color

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

This div background color is #7ee3ff


#7ee3ff Border Color

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

This div border color is #7ee3ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ee3ff


Comments

No comments written yet.

Please login to write comment.