Color Hex Logo

#7ecfcb Color Hex

#7ECFCB
(126,207,203)
0 Favorites   0 Comments

Color spaces of #7ecfcb

RGB 126207203
HSL0.490.460.65
HSV177°39°81°
CMYK 0.390.000.02   0.19
XYZ41.696553.373164.6043
Yxy53.37310.26110.3343
Hunter Lab73.0569-25.9725-1.2904
CIE-Lab78.0948-25.6624-5.8274

#7ecfcb color RGB value is (126,207,203).

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

The process color (four color CMYK) of #7ecfcb color hex is 0.39, 0.00, 0.02, 0.19. Web safe color of #7ecfcb is #66cccc. Color #7ecfcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001111 11001011
Octal 176 317 313
Decimal 126 207 203
Hex 7E CF CB

RGB Percentages of Color #7ecfcb

%23.51
%38.62
%37.87

CMYK Percentages of Color #7ecfcb

%39
%0
%2
%19

Triadic Colors of #7ecfcb

#7ecfcb #cb7ecf #cfcb7e

Analogous Colors of #7ecfcb

#7ecfcb #7eabcf #7ecfa3

Monochromatic Colors of #7ecfcb

#7ecfcb

Complementary Color

#7ecfcb #cf7e82

#7ecfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ecfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ecfcb Color CSS Codes

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

#7ecfcb Text Font Color

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

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


#7ecfcb Background Color

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

This div background color is #7ecfcb


#7ecfcb Border Color

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

This div border color is #7ecfcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,207,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 #7ecfcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ecfcb


Comments

No comments written yet.

Please login to write comment.