Color Hex Logo

#7ddbad Color Hex

#7DDBAD
(125,219,173)
0 Favorites   0 Comments

Color spaces of #7ddbad

RGB 125219173
HSL0.420.570.67
HSV151°43°86°
CMYK 0.430.000.21   0.14
XYZ41.331858.040148.5596
Yxy58.04010.27940.3923
Hunter Lab76.1841-36.481315.5375
CIE-Lab80.7611-38.266114.0253

#7ddbad color RGB value is (125,219,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011011 10101101
Octal 175 333 255
Decimal 125 219 173
Hex 7D DB AD

RGB Percentages of Color #7ddbad

%24.18
%42.36
%33.46

CMYK Percentages of Color #7ddbad

%43
%0
%21
%14

Triadic Colors of #7ddbad

#7ddbad #ad7ddb #dbad7d

Analogous Colors of #7ddbad

#7ddbad #7ddadb #7ddb7e

Monochromatic Colors of #7ddbad

#7ddbad

Complementary Color

#7ddbad #db7dab

#7ddbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddbad Color CSS Codes

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

#7ddbad Text Font Color

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

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


#7ddbad Background Color

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

This div background color is #7ddbad


#7ddbad Border Color

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

This div border color is #7ddbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddbad


Comments

No comments written yet.

Please login to write comment.