Color Hex Logo

#7eefff Color Hex

#7EEFFF
(126,239,255)
0 Favorites   0 Comments

Color spaces of #7eefff

RGB 126239255
HSL0.521.000.75
HSV187°51°100°
CMYK 0.510.060.00   0.00
XYZ57.520773.3886105.7415
Yxy73.38860.24310.3101
Hunter Lab85.6671-30.0647-13.2164
CIE-Lab88.6327-28.0763-17.6565

#7eefff color RGB value is (126,239,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101111 11111111
Octal 176 357 377
Decimal 126 239 255
Hex 7E EF FF

RGB Percentages of Color #7eefff

%20.32
%38.55
%41.13

CMYK Percentages of Color #7eefff

%51
%6
%0
%0

Triadic Colors of #7eefff

#7eefff #ff7eef #efff7e

Analogous Colors of #7eefff

#7eefff #7eafff #7effcf

Monochromatic Colors of #7eefff

#7eefff

Complementary Color

#7eefff #ff8e7e

#7eefff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eefff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eefff Color CSS Codes

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

#7eefff Text Font Color

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

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


#7eefff Background Color

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

This div background color is #7eefff


#7eefff Border Color

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

This div border color is #7eefff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eefff


Comments

No comments written yet.

Please login to write comment.