Color Hex Logo

#7ddfc7 Color Hex

#7DDFC7
(125,223,199)
0 Favorites   0 Comments

Color spaces of #7ddfc7

RGB 125223199
HSL0.460.600.68
HSV165°44°87°
CMYK 0.440.000.11   0.13
XYZ45.153961.258863.4771
Yxy61.25880.26580.3606
Hunter Lab78.2680-33.98996.7021
CIE-Lab82.5177-34.50352.7814

#7ddfc7 color RGB value is (125,223,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011111 11000111
Octal 175 337 307
Decimal 125 223 199
Hex 7D DF C7

RGB Percentages of Color #7ddfc7

%22.85
%40.77
%36.38

CMYK Percentages of Color #7ddfc7

%44
%0
%11
%13

Triadic Colors of #7ddfc7

#7ddfc7 #c77ddf #dfc77d

Analogous Colors of #7ddfc7

#7ddfc7 #7dc6df #7ddf96

Monochromatic Colors of #7ddfc7

#7ddfc7

Complementary Color

#7ddfc7 #df7d95

#7ddfc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddfc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddfc7 Color CSS Codes

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

#7ddfc7 Text Font Color

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

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


#7ddfc7 Background Color

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

This div background color is #7ddfc7


#7ddfc7 Border Color

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

This div border color is #7ddfc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddfc7


Comments

No comments written yet.

Please login to write comment.