Color Hex Logo

#7deadd Color Hex

#7DEADD
(125,234,221)
0 Favorites   0 Comments

Color spaces of #7deadd

RGB 125234221
HSL0.480.720.70
HSV173°47°92°
CMYK 0.470.000.06   0.08
XYZ50.931468.426178.9298
Yxy68.42610.25690.3451
Hunter Lab82.7201-34.85631.3307
CIE-Lab86.2191-34.4813-3.4225

#7deadd color RGB value is (125,234,221).

#7deadd hex color red value is 125, green value is 234 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7deadd hue: 0.48 , saturation: 0.72 and the lightness value of 7deadd is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101010 11011101
Octal 175 352 335
Decimal 125 234 221
Hex 7D EA DD

RGB Percentages of Color #7deadd

%21.55
%40.34
%38.10

CMYK Percentages of Color #7deadd

%47
%0
%6
%8

Triadic Colors of #7deadd

#7deadd #dd7dea #eadd7d

Analogous Colors of #7deadd

#7deadd #7dc1ea #7deaa7

Monochromatic Colors of #7deadd

#7deadd

Complementary Color

#7deadd #ea7d8a

#7deadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7deadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7deadd Color CSS Codes

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

#7deadd Text Font Color

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

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


#7deadd Background Color

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

This div background color is #7deadd


#7deadd Border Color

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

This div border color is #7deadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7deadd


Comments

No comments written yet.

Please login to write comment.