Color Hex Logo

#7ddb9f Color Hex

#7DDB9F
(125,219,159)
0 Favorites   0 Comments

Color spaces of #7ddb9f

RGB 125219159
HSL0.390.570.67
HSV142°43°86°
CMYK 0.430.000.27   0.14
XYZ40.047057.526241.7939
Yxy57.52620.28730.4128
Hunter Lab75.8460-38.481920.4213
CIE-Lab80.4747-40.997920.9859

#7ddb9f color RGB value is (125,219,159).

#7ddb9f hex color red value is 125, green value is 219 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #7ddb9f hue: 0.39 , saturation: 0.57 and the lightness value of 7ddb9f is 0.67.

The process color (four color CMYK) of #7ddb9f color hex is 0.43, 0.00, 0.27, 0.14. Web safe color of #7ddb9f is #66cc99. Color #7ddb9f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011011 10011111
Octal 175 333 237
Decimal 125 219 159
Hex 7D DB 9F

RGB Percentages of Color #7ddb9f

%24.85
%43.54
%31.61

CMYK Percentages of Color #7ddb9f

%43
%0
%27
%14

Triadic Colors of #7ddb9f

#7ddb9f #9f7ddb #db9f7d

Analogous Colors of #7ddb9f

#7ddb9f #7ddbce #8adb7d

Monochromatic Colors of #7ddb9f

#7ddb9f

Complementary Color

#7ddb9f #db7db9

#7ddb9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddb9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddb9f Color CSS Codes

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

#7ddb9f Text Font Color

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

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


#7ddb9f Background Color

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

This div background color is #7ddb9f


#7ddb9f Border Color

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

This div border color is #7ddb9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddb9f


Comments

No comments written yet.

Please login to write comment.