Color Hex Logo

#7dd6df Color Hex

#7DD6DF
(125,214,223)
0 Favorites   0 Comments

Color spaces of #7dd6df

RGB 125214223
HSL0.520.600.68
HSV186°44°87°
CMYK 0.440.040.00   0.13
XYZ45.823357.780878.5497
Yxy57.78080.25160.3172
Hunter Lab76.0137-25.4189-8.0585
CIE-Lab80.6168-24.3915-12.7928

#7dd6df color RGB value is (125,214,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11010110 11011111
Octal 175 326 337
Decimal 125 214 223
Hex 7D D6 DF

RGB Percentages of Color #7dd6df

%22.24
%38.08
%39.68

CMYK Percentages of Color #7dd6df

%44
%4
%0
%13

Triadic Colors of #7dd6df

#7dd6df #df7dd6 #d6df7d

Analogous Colors of #7dd6df

#7dd6df #7da5df #7ddfb7

Monochromatic Colors of #7dd6df

#7dd6df

Complementary Color

#7dd6df #df867d

#7dd6df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dd6df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dd6df Color CSS Codes

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

#7dd6df Text Font Color

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

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


#7dd6df Background Color

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

This div background color is #7dd6df


#7dd6df Border Color

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

This div border color is #7dd6df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dd6df


Comments

No comments written yet.

Please login to write comment.