Color Hex Logo

#7de7dd Color Hex

#7DE7DD
(125,231,221)
0 Favorites   0 Comments

Color spaces of #7de7dd

RGB 125231221
HSL0.480.690.70
HSV174°46°91°
CMYK 0.460.000.04   0.09
XYZ50.084566.732378.6475
Yxy66.73230.25620.3414
Hunter Lab81.6898-33.51790.1010
CIE-Lab85.3686-33.0790-4.6744

#7de7dd color RGB value is (125,231,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11100111 11011101
Octal 175 347 335
Decimal 125 231 221
Hex 7D E7 DD

RGB Percentages of Color #7de7dd

%21.66
%40.03
%38.30

CMYK Percentages of Color #7de7dd

%46
%0
%4
%9

Triadic Colors of #7de7dd

#7de7dd #dd7de7 #e7dd7d

Analogous Colors of #7de7dd

#7de7dd #7dbce7 #7de7a8

Monochromatic Colors of #7de7dd

#7de7dd

Complementary Color

#7de7dd #e77d87

#7de7dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7de7dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7de7dd Color CSS Codes

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

#7de7dd Text Font Color

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

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


#7de7dd Background Color

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

This div background color is #7de7dd


#7de7dd Border Color

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

This div border color is #7de7dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7de7dd


Comments

No comments written yet.

Please login to write comment.