Color Hex Logo

#7ecce9 Color Hex

#7ECCE9
(126,204,233)
0 Favorites   0 Comments

Color spaces of #7ecce9

RGB 126204233
HSL0.550.710.70
HSV196°46°91°
CMYK 0.460.120.00   0.09
XYZ44.905053.504585.0515
Yxy53.50450.24480.2916
Hunter Lab73.1468-18.4252-17.7368
CIE-Lab78.1719-16.4900-21.8266

#7ecce9 color RGB value is (126,204,233).

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

The process color (four color CMYK) of #7ecce9 color hex is 0.46, 0.12, 0.00, 0.09. Web safe color of #7ecce9 is #66ccff. Color #7ecce9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001100 11101001
Octal 176 314 351
Decimal 126 204 233
Hex 7E CC E9

RGB Percentages of Color #7ecce9

%22.38
%36.23
%41.39

CMYK Percentages of Color #7ecce9

%46
%12
%0
%9

Triadic Colors of #7ecce9

#7ecce9 #e97ecc #cce97e

Analogous Colors of #7ecce9

#7ecce9 #7e97e9 #7ee9d1

Monochromatic Colors of #7ecce9

#7ecce9

Complementary Color

#7ecce9 #e99b7e

#7ecce9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ecce9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ecce9 Color CSS Codes

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

#7ecce9 Text Font Color

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

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


#7ecce9 Background Color

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

This div background color is #7ecce9


#7ecce9 Border Color

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

This div border color is #7ecce9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ecce9


Comments

No comments written yet.

Please login to write comment.