Color Hex Logo

#7de6ce Color Hex

#7DE6CE
(125,230,206)
0 Favorites   0 Comments

Color spaces of #7de6ce

RGB 125230206
HSL0.460.680.70
HSV166°46°90°
CMYK 0.460.000.10   0.10
XYZ47.894865.409868.4936
Yxy65.40980.26350.3598
Hunter Lab80.8763-35.82626.4011
CIE-Lab84.6945-36.14682.2444

#7de6ce color RGB value is (125,230,206).

#7de6ce hex color red value is 125, green value is 230 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7de6ce hue: 0.46 , saturation: 0.68 and the lightness value of 7de6ce is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11100110 11001110
Octal 175 346 316
Decimal 125 230 206
Hex 7D E6 CE

RGB Percentages of Color #7de6ce

%22.28
%41.00
%36.72

CMYK Percentages of Color #7de6ce

%46
%0
%10
%10

Triadic Colors of #7de6ce

#7de6ce #ce7de6 #e6ce7d

Analogous Colors of #7de6ce

#7de6ce #7dcae6 #7de69a

Monochromatic Colors of #7de6ce

#7de6ce

Complementary Color

#7de6ce #e67d95

#7de6ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7de6ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7de6ce Color CSS Codes

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

#7de6ce Text Font Color

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

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


#7de6ce Background Color

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

This div background color is #7de6ce


#7de6ce Border Color

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

This div border color is #7de6ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,230,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7de6ce


Comments

No comments written yet.

Please login to write comment.