Color Hex Logo

#7ec6ca Color Hex

#7EC6CA
(126,198,202)
0 Favorites   0 Comments

Color spaces of #7ec6ca

RGB 126198202
HSL0.510.420.64
HSV183°38°79°
CMYK 0.380.020.00   0.21
XYZ39.458949.088163.2724
Yxy49.08810.25990.3233
Hunter Lab70.0629-22.0802-4.4996
CIE-Lab75.5061-21.4257-9.1277

#7ec6ca color RGB value is (126,198,202).

#7ec6ca hex color red value is 126, green value is 198 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7ec6ca hue: 0.51 , saturation: 0.42 and the lightness value of 7ec6ca is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11000110 11001010
Octal 176 306 312
Decimal 126 198 202
Hex 7E C6 CA

RGB Percentages of Color #7ec6ca

%23.95
%37.64
%38.40

CMYK Percentages of Color #7ec6ca

%38
%2
%0
%21

Triadic Colors of #7ec6ca

#7ec6ca #ca7ec6 #c6ca7e

Analogous Colors of #7ec6ca

#7ec6ca #7ea0ca #7ecaa8

Monochromatic Colors of #7ec6ca

#7ec6ca

Complementary Color

#7ec6ca #ca827e

#7ec6ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ec6ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ec6ca Color CSS Codes

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

#7ec6ca Text Font Color

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

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


#7ec6ca Background Color

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

This div background color is #7ec6ca


#7ec6ca Border Color

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

This div border color is #7ec6ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ec6ca


Comments

No comments written yet.

Please login to write comment.