Color Hex Logo

#7ecbd4 Color Hex

#7ECBD4
(126,203,212)
0 Favorites   0 Comments

Color spaces of #7ecbd4

RGB 126203212
HSL0.520.500.66
HSV186°41°83°
CMYK 0.410.040.00   0.17
XYZ41.843851.901070.0998
Yxy51.90100.25540.3168
Hunter Lab72.0423-22.3973-7.2617
CIE-Lab77.2216-21.4519-11.9691

#7ecbd4 color RGB value is (126,203,212).

#7ecbd4 hex color red value is 126, green value is 203 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #7ecbd4 hue: 0.52 , saturation: 0.50 and the lightness value of 7ecbd4 is 0.66.

The process color (four color CMYK) of #7ecbd4 color hex is 0.41, 0.04, 0.00, 0.17. Web safe color of #7ecbd4 is #66cccc. Color #7ecbd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001011 11010100
Octal 176 313 324
Decimal 126 203 212
Hex 7E CB D4

RGB Percentages of Color #7ecbd4

%23.29
%37.52
%39.19

CMYK Percentages of Color #7ecbd4

%41
%4
%0
%17

Triadic Colors of #7ecbd4

#7ecbd4 #d47ecb #cbd47e

Analogous Colors of #7ecbd4

#7ecbd4 #7ea0d4 #7ed4b2

Monochromatic Colors of #7ecbd4

#7ecbd4

Complementary Color

#7ecbd4 #d4877e

#7ecbd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ecbd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ecbd4 Color CSS Codes

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

#7ecbd4 Text Font Color

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

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


#7ecbd4 Background Color

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

This div background color is #7ecbd4


#7ecbd4 Border Color

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

This div border color is #7ecbd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ecbd4


Comments

No comments written yet.

Please login to write comment.