Color Hex Logo

#7ce6dc Color Hex

#7CE6DC
(124,230,220)
0 Favorites   0 Comments

Color spaces of #7ce6dc

RGB 124230220
HSL0.480.680.69
HSV174°46°90°
CMYK 0.460.000.04   0.10
XYZ49.527366.046077.8479
Yxy66.04600.25610.3415
Hunter Lab81.2687-33.43760.0937
CIE-Lab85.0199-33.0792-4.6654

#7ce6dc color RGB value is (124,230,220).

#7ce6dc hex color red value is 124, green value is 230 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7ce6dc hue: 0.48 , saturation: 0.68 and the lightness value of 7ce6dc is 0.69.

The process color (four color CMYK) of #7ce6dc color hex is 0.46, 0.00, 0.04, 0.10. Web safe color of #7ce6dc is #66ffcc. Color #7ce6dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11100110 11011100
Octal 174 346 334
Decimal 124 230 220
Hex 7C E6 DC

RGB Percentages of Color #7ce6dc

%21.60
%40.07
%38.33

CMYK Percentages of Color #7ce6dc

%46
%0
%4
%10

Triadic Colors of #7ce6dc

#7ce6dc #dc7ce6 #e6dc7c

Analogous Colors of #7ce6dc

#7ce6dc #7cbbe6 #7ce6a7

Monochromatic Colors of #7ce6dc

#7ce6dc

Complementary Color

#7ce6dc #e67c86

#7ce6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ce6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ce6dc Color CSS Codes

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

#7ce6dc Text Font Color

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

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


#7ce6dc Background Color

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

This div background color is #7ce6dc


#7ce6dc Border Color

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

This div border color is #7ce6dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ce6dc


Comments

No comments written yet.

Please login to write comment.