Color Hex Logo

#7edcbc Color Hex

#7EDCBC
(126,220,188)
0 Favorites   0 Comments

Color spaces of #7edcbc

RGB 126220188
HSL0.440.570.68
HSV160°43°86°
CMYK 0.430.000.15   0.14
XYZ43.274559.252956.7331
Yxy59.25290.27170.3721
Hunter Lab76.9759-34.358310.1850
CIE-Lab81.4304-35.30687.0466

#7edcbc color RGB value is (126,220,188).

#7edcbc hex color red value is 126, green value is 220 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7edcbc hue: 0.44 , saturation: 0.57 and the lightness value of 7edcbc is 0.68.

The process color (four color CMYK) of #7edcbc color hex is 0.43, 0.00, 0.15, 0.14. Web safe color of #7edcbc is #66cccc. Color #7edcbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011100 10111100
Octal 176 334 274
Decimal 126 220 188
Hex 7E DC BC

RGB Percentages of Color #7edcbc

%23.60
%41.20
%35.21

CMYK Percentages of Color #7edcbc

%43
%0
%15
%14

Triadic Colors of #7edcbc

#7edcbc #bc7edc #dcbc7e

Analogous Colors of #7edcbc

#7edcbc #7ecddc #7edc8d

Monochromatic Colors of #7edcbc

#7edcbc

Complementary Color

#7edcbc #dc7e9e

#7edcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edcbc Color CSS Codes

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

#7edcbc Text Font Color

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

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


#7edcbc Background Color

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

This div background color is #7edcbc


#7edcbc Border Color

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

This div border color is #7edcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edcbc


Comments

No comments written yet.

Please login to write comment.