Color Hex Logo

#7ecedb Color Hex

#7ECEDB
(126,206,219)
0 Favorites   0 Comments

Color spaces of #7ecedb

RGB 126206219
HSL0.520.560.68
HSV188°42°86°
CMYK 0.420.060.00   0.14
XYZ43.461753.692775.0909
Yxy53.69270.25230.3117
Hunter Lab73.2753-22.3583-9.4664
CIE-Lab78.2822-21.1831-14.1455

#7ecedb color RGB value is (126,206,219).

#7ecedb hex color red value is 126, green value is 206 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7ecedb hue: 0.52 , saturation: 0.56 and the lightness value of 7ecedb is 0.68.

The process color (four color CMYK) of #7ecedb color hex is 0.42, 0.06, 0.00, 0.14. Web safe color of #7ecedb is #66cccc. Color #7ecedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001110 11011011
Octal 176 316 333
Decimal 126 206 219
Hex 7E CE DB

RGB Percentages of Color #7ecedb

%22.87
%37.39
%39.75

CMYK Percentages of Color #7ecedb

%42
%6
%0
%14

Triadic Colors of #7ecedb

#7ecedb #db7ece #cedb7e

Analogous Colors of #7ecedb

#7ecedb #7ea0db #7edbba

Monochromatic Colors of #7ecedb

#7ecedb

Complementary Color

#7ecedb #db8b7e

#7ecedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ecedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ecedb Color CSS Codes

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

#7ecedb Text Font Color

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

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


#7ecedb Background Color

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

This div background color is #7ecedb


#7ecedb Border Color

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

This div border color is #7ecedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ecedb


Comments

No comments written yet.

Please login to write comment.