Color Hex Logo

#7ddfdd Color Hex

#7DDFDD
(125,223,221)
0 Favorites   0 Comments

Color spaces of #7ddfdd

RGB 125223221
HSL0.500.600.68
HSV179°44°87°
CMYK 0.440.000.01   0.13
XYZ47.896362.355877.9181
Yxy62.35580.25450.3314
Hunter Lab78.9657-29.9215-3.2275
CIE-Lab83.1023-29.2797-8.0254

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011111 11011101
Octal 175 337 335
Decimal 125 223 221
Hex 7D DF DD

RGB Percentages of Color #7ddfdd

%21.97
%39.19
%38.84

CMYK Percentages of Color #7ddfdd

%44
%0
%1
%13

Triadic Colors of #7ddfdd

#7ddfdd #dd7ddf #dfdd7d

Analogous Colors of #7ddfdd

#7ddfdd #7db0df #7ddfac

Monochromatic Colors of #7ddfdd

#7ddfdd

Complementary Color

#7ddfdd #df7d7f

#7ddfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddfdd Color CSS Codes

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

#7ddfdd Text Font Color

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

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


#7ddfdd Background Color

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

This div background color is #7ddfdd


#7ddfdd Border Color

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

This div border color is #7ddfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddfdd


Comments

No comments written yet.

Please login to write comment.