Color Hex Logo

#7dddd9 Color Hex

#7DDDD9
(125,221,217)
0 Favorites   0 Comments

Color spaces of #7dddd9

RGB 125221217
HSL0.490.590.68
HSV178°43°87°
CMYK 0.430.000.02   0.13
XYZ46.838361.082674.9671
Yxy61.08260.25610.3340
Hunter Lab78.1554-29.7973-2.1626
CIE-Lab82.4231-29.3039-6.9088

#7dddd9 color RGB value is (125,221,217).

#7dddd9 hex color red value is 125, green value is 221 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #7dddd9 hue: 0.49 , saturation: 0.59 and the lightness value of 7dddd9 is 0.68.

The process color (four color CMYK) of #7dddd9 color hex is 0.43, 0.00, 0.02, 0.13. Web safe color of #7dddd9 is #66cccc. Color #7dddd9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011101 11011001
Octal 175 335 331
Decimal 125 221 217
Hex 7D DD D9

RGB Percentages of Color #7dddd9

%22.20
%39.25
%38.54

CMYK Percentages of Color #7dddd9

%43
%0
%2
%13

Triadic Colors of #7dddd9

#7dddd9 #d97ddd #ddd97d

Analogous Colors of #7dddd9

#7dddd9 #7db1dd #7ddda9

Monochromatic Colors of #7dddd9

#7dddd9

Complementary Color

#7dddd9 #dd7d81

#7dddd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dddd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dddd9 Color CSS Codes

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

#7dddd9 Text Font Color

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

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


#7dddd9 Background Color

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

This div background color is #7dddd9


#7dddd9 Border Color

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

This div border color is #7dddd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dddd9


Comments

No comments written yet.

Please login to write comment.