Color Hex Logo

#7eceee Color Hex

#7ECEEE
(126,206,238)
0 Favorites   0 Comments

Color spaces of #7eceee

RGB 126206238
HSL0.550.770.71
HSV197°47°93°
CMYK 0.470.130.00   0.07
XYZ46.108154.751389.0268
Yxy54.75130.24280.2883
Hunter Lab73.9941-18.2607-19.5395
CIE-Lab78.8978-16.1716-23.4012

#7eceee color RGB value is (126,206,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001110 11101110
Octal 176 316 356
Decimal 126 206 238
Hex 7E CE EE

RGB Percentages of Color #7eceee

%22.11
%36.14
%41.75

CMYK Percentages of Color #7eceee

%47
%13
%0
%7

Triadic Colors of #7eceee

#7eceee #ee7ece #ceee7e

Analogous Colors of #7eceee

#7eceee #7e96ee #7eeed6

Monochromatic Colors of #7eceee

#7eceee

Complementary Color

#7eceee #ee9e7e

#7eceee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eceee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eceee Color CSS Codes

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

#7eceee Text Font Color

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

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


#7eceee Background Color

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

This div background color is #7eceee


#7eceee Border Color

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

This div border color is #7eceee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eceee


Comments

No comments written yet.

Please login to write comment.