Color Hex Logo

#7decde Color Hex

#7DECDE
(125,236,222)
0 Favorites   0 Comments

Color spaces of #7decde

RGB 125236222
HSL0.480.740.71
HSV172°47°93°
CMYK 0.470.000.06   0.07
XYZ51.637769.624879.8246
Yxy69.62480.25680.3462
Hunter Lab83.4415-35.55801.6890
CIE-Lab86.8125-35.1705-3.0757

#7decde color RGB value is (125,236,222).

#7decde hex color red value is 125, green value is 236 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7decde hue: 0.48 , saturation: 0.74 and the lightness value of 7decde is 0.71.

The process color (four color CMYK) of #7decde color hex is 0.47, 0.00, 0.06, 0.07. Web safe color of #7decde is #66ffcc. Color #7decde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101100 11011110
Octal 175 354 336
Decimal 125 236 222
Hex 7D EC DE

RGB Percentages of Color #7decde

%21.44
%40.48
%38.08

CMYK Percentages of Color #7decde

%47
%0
%6
%7

Triadic Colors of #7decde

#7decde #de7dec #ecde7d

Analogous Colors of #7decde

#7decde #7dc3ec #7deca7

Monochromatic Colors of #7decde

#7decde

Complementary Color

#7decde #ec7d8b

#7decde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7decde Color Preview on White Background

Lorem ipsum dolor sit amet.

#7decde Color CSS Codes

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

#7decde Text Font Color

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

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


#7decde Background Color

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

This div background color is #7decde


#7decde Border Color

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

This div border color is #7decde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7decde


Comments

No comments written yet.

Please login to write comment.