Color Hex Logo

#7db2ad Color Hex

#7DB2AD
(125,178,173)
0 Favorites   0 Comments

Color spaces of #7db2ad

RGB 125178173
HSL0.480.260.59
HSV174°30°70°
CMYK 0.300.000.03   0.30
XYZ31.920739.217945.4226
Yxy39.21790.27390.3365
Hunter Lab62.6242-18.60760.8327
CIE-Lab68.9088-18.4384-3.0456

#7db2ad color RGB value is (125,178,173).

#7db2ad hex color red value is 125, green value is 178 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7db2ad hue: 0.48 , saturation: 0.26 and the lightness value of 7db2ad is 0.59.

The process color (four color CMYK) of #7db2ad color hex is 0.30, 0.00, 0.03, 0.30. Web safe color of #7db2ad is #669999. Color #7db2ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10110010 10101101
Octal 175 262 255
Decimal 125 178 173
Hex 7D B2 AD

RGB Percentages of Color #7db2ad

%26.26
%37.39
%36.34

CMYK Percentages of Color #7db2ad

%30
%0
%3
%30

Triadic Colors of #7db2ad

#7db2ad #ad7db2 #b2ad7d

Analogous Colors of #7db2ad

#7db2ad #7d9db2 #7db293

Monochromatic Colors of #7db2ad

#7db2ad

Complementary Color

#7db2ad #b27d82

#7db2ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7db2ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7db2ad Color CSS Codes

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

#7db2ad Text Font Color

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

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


#7db2ad Background Color

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

This div background color is #7db2ad


#7db2ad Border Color

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

This div border color is #7db2ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7db2ad

#7db2ad Color Palettes


Comments

No comments written yet.

Please login to write comment.