Color Hex Logo

#7dbfad Color Hex

#7DBFAD
(125,191,173)
0 Favorites   0 Comments

Color spaces of #7dbfad

RGB 125191173
HSL0.450.340.62
HSV164°35°75°
CMYK 0.350.000.09   0.25
XYZ34.631144.638746.3260
Yxy44.63870.27570.3554
Hunter Lab66.8122-24.39865.6583
CIE-Lab72.6534-25.00782.4262

#7dbfad color RGB value is (125,191,173).

#7dbfad hex color red value is 125, green value is 191 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7dbfad hue: 0.45 , saturation: 0.34 and the lightness value of 7dbfad is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111111 10101101
Octal 175 277 255
Decimal 125 191 173
Hex 7D BF AD

RGB Percentages of Color #7dbfad

%25.56
%39.06
%35.38

CMYK Percentages of Color #7dbfad

%35
%0
%9
%25

Triadic Colors of #7dbfad

#7dbfad #ad7dbf #bfad7d

Analogous Colors of #7dbfad

#7dbfad #7db0bf #7dbf8c

Monochromatic Colors of #7dbfad

#7dbfad

Complementary Color

#7dbfad #bf7d8f

#7dbfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbfad Color CSS Codes

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

#7dbfad Text Font Color

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

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


#7dbfad Background Color

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

This div background color is #7dbfad


#7dbfad Border Color

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

This div border color is #7dbfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dbfad


Comments

No comments written yet.

Please login to write comment.