Color Hex Logo

#7ecbda Color Hex

#7ECBDA
(126,203,218)
0 Favorites   0 Comments

Color spaces of #7ecbda

RGB 126203218
HSL0.530.550.67
HSV190°42°85°
CMYK 0.420.070.00   0.15
XYZ42.615052.209474.1610
Yxy52.20940.25220.3090
Hunter Lab72.2561-21.1729-10.2738
CIE-Lab77.4059-19.9237-14.9240

#7ecbda color RGB value is (126,203,218).

#7ecbda hex color red value is 126, green value is 203 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #7ecbda hue: 0.53 , saturation: 0.55 and the lightness value of 7ecbda is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001011 11011010
Octal 176 313 332
Decimal 126 203 218
Hex 7E CB DA

RGB Percentages of Color #7ecbda

%23.03
%37.11
%39.85

CMYK Percentages of Color #7ecbda

%42
%7
%0
%15

Triadic Colors of #7ecbda

#7ecbda #da7ecb #cbda7e

Analogous Colors of #7ecbda

#7ecbda #7e9dda #7edabb

Monochromatic Colors of #7ecbda

#7ecbda

Complementary Color

#7ecbda #da8d7e

#7ecbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ecbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ecbda Color CSS Codes

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

#7ecbda Text Font Color

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

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


#7ecbda Background Color

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

This div background color is #7ecbda


#7ecbda Border Color

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

This div border color is #7ecbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ecbda


Comments

No comments written yet.

Please login to write comment.