Color Hex Logo

#7eccdd Color Hex

#7ECCDD
(126,204,221)
0 Favorites   0 Comments

Color spaces of #7eccdd

RGB 126204221
HSL0.530.580.68
HSV191°43°87°
CMYK 0.430.080.00   0.13
XYZ43.248252.841876.3267
Yxy52.84180.25080.3065
Hunter Lab72.6924-21.0134-11.3696
CIE-Lab77.7815-19.6567-15.9729

#7eccdd color RGB value is (126,204,221).

#7eccdd hex color red value is 126, green value is 204 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7eccdd hue: 0.53 , saturation: 0.58 and the lightness value of 7eccdd is 0.68.

The process color (four color CMYK) of #7eccdd color hex is 0.43, 0.08, 0.00, 0.13. Web safe color of #7eccdd is #66cccc. Color #7eccdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001100 11011101
Octal 176 314 335
Decimal 126 204 221
Hex 7E CC DD

RGB Percentages of Color #7eccdd

%22.87
%37.02
%40.11

CMYK Percentages of Color #7eccdd

%43
%8
%0
%13

Triadic Colors of #7eccdd

#7eccdd #dd7ecc #ccdd7e

Analogous Colors of #7eccdd

#7eccdd #7e9ddd #7eddbf

Monochromatic Colors of #7eccdd

#7eccdd

Complementary Color

#7eccdd #dd8f7e

#7eccdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eccdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eccdd Color CSS Codes

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

#7eccdd Text Font Color

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

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


#7eccdd Background Color

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

This div background color is #7eccdd


#7eccdd Border Color

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

This div border color is #7eccdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eccdd


Comments

No comments written yet.

Please login to write comment.