Color Hex Logo

#7ec4cb Color Hex

#7EC4CB
(126,196,203)
0 Favorites   0 Comments

Color spaces of #7ec4cb

RGB 126196203
HSL0.520.430.65
HSV185°38°80°
CMYK 0.380.030.00   0.20
XYZ39.123648.227363.7467
Yxy48.22730.25890.3192
Hunter Lab69.4459-20.9691-5.8122
CIE-Lab74.9681-20.1661-10.4713

#7ec4cb color RGB value is (126,196,203).

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

The process color (four color CMYK) of #7ec4cb color hex is 0.38, 0.03, 0.00, 0.20. Web safe color of #7ec4cb is #66cccc. Color #7ec4cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11000100 11001011
Octal 176 304 313
Decimal 126 196 203
Hex 7E C4 CB

RGB Percentages of Color #7ec4cb

%24.00
%37.33
%38.67

CMYK Percentages of Color #7ec4cb

%38
%3
%0
%20

Triadic Colors of #7ec4cb

#7ec4cb #cb7ec4 #c4cb7e

Analogous Colors of #7ec4cb

#7ec4cb #7e9ecb #7ecbac

Monochromatic Colors of #7ec4cb

#7ec4cb

Complementary Color

#7ec4cb #cb857e

#7ec4cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ec4cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ec4cb Color CSS Codes

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

#7ec4cb Text Font Color

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

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


#7ec4cb Background Color

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

This div background color is #7ec4cb


#7ec4cb Border Color

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

This div border color is #7ec4cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ec4cb


Comments

No comments written yet.

Please login to write comment.