Color Hex Logo

#7ecced Color Hex

#7ECCED
(126,204,237)
0 Favorites   0 Comments

Color spaces of #7ecced

RGB 126204237
HSL0.550.760.71
HSV198°47°93°
CMYK 0.470.140.00   0.07
XYZ45.483153.735888.0956
Yxy53.73580.24280.2869
Hunter Lab73.3047-17.5300-19.9398
CIE-Lab78.3074-15.4101-23.7647

#7ecced color RGB value is (126,204,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001100 11101101
Octal 176 314 355
Decimal 126 204 237
Hex 7E CC ED

RGB Percentages of Color #7ecced

%22.22
%35.98
%41.80

CMYK Percentages of Color #7ecced

%47
%14
%0
%7

Triadic Colors of #7ecced

#7ecced #ed7ecc #cced7e

Analogous Colors of #7ecced

#7ecced #7e95ed #7eedd7

Monochromatic Colors of #7ecced

#7ecced

Complementary Color

#7ecced #ed9f7e

#7ecced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ecced Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ecced Color CSS Codes

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

#7ecced Text Font Color

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

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


#7ecced Background Color

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

This div background color is #7ecced


#7ecced Border Color

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

This div border color is #7ecced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ecced


Comments

No comments written yet.

Please login to write comment.