Color Hex Logo

#7eccee Color Hex

#7ECCEE
(126,204,238)
0 Favorites   0 Comments

Color spaces of #7eccee

RGB 126204238
HSL0.550.770.71
HSV198°47°93°
CMYK 0.470.140.00   0.07
XYZ45.629753.794488.8673
Yxy53.79440.24230.2857
Hunter Lab73.3447-17.3035-20.4968
CIE-Lab78.3417-15.1381-24.2482

#7eccee color RGB value is (126,204,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001100 11101110
Octal 176 314 356
Decimal 126 204 238
Hex 7E CC EE

RGB Percentages of Color #7eccee

%22.18
%35.92
%41.90

CMYK Percentages of Color #7eccee

%47
%14
%0
%7

Triadic Colors of #7eccee

#7eccee #ee7ecc #ccee7e

Analogous Colors of #7eccee

#7eccee #7e94ee #7eeed8

Monochromatic Colors of #7eccee

#7eccee

Complementary Color

#7eccee #eea07e

#7eccee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eccee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eccee Color CSS Codes

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

#7eccee Text Font Color

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

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


#7eccee Background Color

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

This div background color is #7eccee


#7eccee Border Color

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

This div border color is #7eccee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eccee

#7eccee Color Palettes


Comments

No comments written yet.

Please login to write comment.