Color Hex Logo

#7ed4dc Color Hex

#7ED4DC
(126,212,220)
0 Favorites   0 Comments

Color spaces of #7ed4dc

RGB 126212220
HSL0.510.570.68
HSV185°43°86°
CMYK 0.430.040.00   0.14
XYZ45.065956.689976.2772
Yxy56.68990.25310.3184
Hunter Lab75.2927-24.9223-7.3604
CIE-Lab80.0049-23.9260-12.1011

#7ed4dc color RGB value is (126,212,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11010100 11011100
Octal 176 324 334
Decimal 126 212 220
Hex 7E D4 DC

RGB Percentages of Color #7ed4dc

%22.58
%37.99
%39.43

CMYK Percentages of Color #7ed4dc

%43
%4
%0
%14

Triadic Colors of #7ed4dc

#7ed4dc #dc7ed4 #d4dc7e

Analogous Colors of #7ed4dc

#7ed4dc #7ea5dc #7edcb5

Monochromatic Colors of #7ed4dc

#7ed4dc

Complementary Color

#7ed4dc #dc867e

#7ed4dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ed4dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ed4dc Color CSS Codes

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

#7ed4dc Text Font Color

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

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


#7ed4dc Background Color

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

This div background color is #7ed4dc


#7ed4dc Border Color

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

This div border color is #7ed4dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ed4dc


Comments

No comments written yet.

Please login to write comment.