Color Hex Logo

#7eeffc Color Hex

#7EEFFC
(126,239,252)
0 Favorites   0 Comments

Color spaces of #7eeffc

RGB 126239252
HSL0.520.950.74
HSV186°50°99°
CMYK 0.500.050.00   0.01
XYZ57.041473.1969103.2175
Yxy73.19690.24430.3135
Hunter Lab85.5552-30.7120-11.6414
CIE-Lab88.5415-28.8612-16.2251

#7eeffc color RGB value is (126,239,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101111 11111100
Octal 176 357 374
Decimal 126 239 252
Hex 7E EF FC

RGB Percentages of Color #7eeffc

%20.42
%38.74
%40.84

CMYK Percentages of Color #7eeffc

%50
%5
%0
%1

Triadic Colors of #7eeffc

#7eeffc #fc7eef #effc7e

Analogous Colors of #7eeffc

#7eeffc #7eb0fc #7efcca

Monochromatic Colors of #7eeffc

#7eeffc

Complementary Color

#7eeffc #fc8b7e

#7eeffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eeffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eeffc Color CSS Codes

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

#7eeffc Text Font Color

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

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


#7eeffc Background Color

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

This div background color is #7eeffc


#7eeffc Border Color

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

This div border color is #7eeffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eeffc


Comments

No comments written yet.

Please login to write comment.