Color Hex Logo

#7ddddd Color Hex

#7DDDDD
(125,221,221)
0 Favorites   0 Comments

Color spaces of #7ddddd

RGB 125221221
HSL0.500.590.68
HSV180°43°87°
CMYK 0.430.000.00   0.13
XYZ47.365061.293377.7410
Yxy61.29330.25410.3288
Hunter Lab78.2900-29.0161-4.0712
CIE-Lab82.5362-28.3163-8.8658

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011101 11011101
Octal 175 335 335
Decimal 125 221 221
Hex 7D DD DD

RGB Percentages of Color #7ddddd

%22.05
%38.98
%38.98

CMYK Percentages of Color #7ddddd

%43
%0
%0
%13

Triadic Colors of #7ddddd

#7ddddd #dd7ddd #dddd7d

Analogous Colors of #7ddddd

#7ddddd #7daddd #7dddad

Monochromatic Colors of #7ddddd

#7ddddd

Complementary Color

#7ddddd #dd7d7d

#7ddddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddddd Color CSS Codes

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

#7ddddd Text Font Color

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

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


#7ddddd Background Color

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

This div background color is #7ddddd


#7ddddd Border Color

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

This div border color is #7ddddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddddd


Comments

No comments written yet.

Please login to write comment.