Color Hex Logo

#7dbbad Color Hex

#7DBBAD
(125,187,173)
0 Favorites   0 Comments

Color spaces of #7dbbad

RGB 125187173
HSL0.460.310.61
HSV166°33°73°
CMYK 0.330.000.07   0.27
XYZ33.770642.917846.0392
Yxy42.91780.27520.3497
Hunter Lab65.5117-22.63054.1913
CIE-Lab71.4991-23.01540.7473

#7dbbad color RGB value is (125,187,173).

#7dbbad hex color red value is 125, green value is 187 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7dbbad hue: 0.46 , saturation: 0.31 and the lightness value of 7dbbad is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111011 10101101
Octal 175 273 255
Decimal 125 187 173
Hex 7D BB AD

RGB Percentages of Color #7dbbad

%25.77
%38.56
%35.67

CMYK Percentages of Color #7dbbad

%33
%0
%7
%27

Triadic Colors of #7dbbad

#7dbbad #ad7dbb #bbad7d

Analogous Colors of #7dbbad

#7dbbad #7daabb #7dbb8e

Monochromatic Colors of #7dbbad

#7dbbad

Complementary Color

#7dbbad #bb7d8b

#7dbbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbbad Color CSS Codes

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

#7dbbad Text Font Color

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

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


#7dbbad Background Color

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

This div background color is #7dbbad


#7dbbad Border Color

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

This div border color is #7dbbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dbbad


Comments

No comments written yet.

Please login to write comment.