Color Hex Logo

#7defdd Color Hex

#7DEFDD
(125,239,221)
0 Favorites   0 Comments

Color spaces of #7defdd

RGB 125239221
HSL0.470.780.71
HSV171°48°94°
CMYK 0.480.000.08   0.06
XYZ52.375171.313479.4110
Yxy71.31340.25790.3511
Hunter Lab84.4473-37.07513.3590
CIE-Lab87.6370-36.7917-1.3421

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

#7defdd hex color red value is 125, green value is 239 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7defdd hue: 0.47 , saturation: 0.78 and the lightness value of 7defdd is 0.71.

The process color (four color CMYK) of #7defdd color hex is 0.48, 0.00, 0.08, 0.06. Web safe color of #7defdd is #66ffcc. Color #7defdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101111 11011101
Octal 175 357 335
Decimal 125 239 221
Hex 7D EF DD

RGB Percentages of Color #7defdd

%21.37
%40.85
%37.78

CMYK Percentages of Color #7defdd

%48
%0
%8
%6

Triadic Colors of #7defdd

#7defdd #dd7def #efdd7d

Analogous Colors of #7defdd

#7defdd #7dc8ef #7defa4

Monochromatic Colors of #7defdd

#7defdd

Complementary Color

#7defdd #ef7d8f

#7defdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7defdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7defdd Color CSS Codes

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

#7defdd Text Font Color

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

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


#7defdd Background Color

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

This div background color is #7defdd


#7defdd Border Color

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

This div border color is #7defdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7defdd


Comments

No comments written yet.

Please login to write comment.