Color Hex Logo

#7ddea7 Color Hex

#7DDEA7
(125,222,167)
0 Favorites   0 Comments

Color spaces of #7ddea7

RGB 125222167
HSL0.410.600.68
HSV146°44°87°
CMYK 0.440.000.25   0.13
XYZ41.553859.392545.8330
Yxy59.39250.28310.4046
Hunter Lab77.0665-38.620318.6856
CIE-Lab81.5069-40.803618.2264

#7ddea7 color RGB value is (125,222,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011110 10100111
Octal 175 336 247
Decimal 125 222 167
Hex 7D DE A7

RGB Percentages of Color #7ddea7

%24.32
%43.19
%32.49

CMYK Percentages of Color #7ddea7

%44
%0
%25
%13

Triadic Colors of #7ddea7

#7ddea7 #a77dde #dea77d

Analogous Colors of #7ddea7

#7ddea7 #7dded8 #84de7d

Monochromatic Colors of #7ddea7

#7ddea7

Complementary Color

#7ddea7 #de7db4

#7ddea7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddea7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddea7 Color CSS Codes

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

#7ddea7 Text Font Color

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

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


#7ddea7 Background Color

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

This div background color is #7ddea7


#7ddea7 Border Color

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

This div border color is #7ddea7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddea7


Comments

No comments written yet.

Please login to write comment.