Color Hex Logo

#7eecee Color Hex

#7EECEE
(126,236,238)
0 Favorites   0 Comments

Color spaces of #7eecee

RGB 126236238
HSL0.500.770.71
HSV181°47°93°
CMYK 0.470.010.00   0.07
XYZ54.032370.599691.6682
Yxy70.59960.24980.3264
Hunter Lab84.0236-32.2548-5.8678
CIE-Lab87.2901-31.0176-10.7633

#7eecee color RGB value is (126,236,238).

#7eecee hex color red value is 126, green value is 236 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #7eecee hue: 0.50 , saturation: 0.77 and the lightness value of 7eecee is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101100 11101110
Octal 176 354 356
Decimal 126 236 238
Hex 7E EC EE

RGB Percentages of Color #7eecee

%21.00
%39.33
%39.67

CMYK Percentages of Color #7eecee

%47
%1
%0
%7

Triadic Colors of #7eecee

#7eecee #ee7eec #ecee7e

Analogous Colors of #7eecee

#7eecee #7eb4ee #7eeeb8

Monochromatic Colors of #7eecee

#7eecee

Complementary Color

#7eecee #ee807e

#7eecee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eecee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eecee Color CSS Codes

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

#7eecee Text Font Color

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

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


#7eecee Background Color

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

This div background color is #7eecee


#7eecee Border Color

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

This div border color is #7eecee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eecee


Comments

No comments written yet.

Please login to write comment.