Color Hex Logo

#7daaba Color Hex

#7DAABA
(125,170,186)
0 Favorites   0 Comments

Color spaces of #7daaba

RGB 125170186
HSL0.540.310.61
HSV196°33°73°
CMYK 0.330.090.00   0.27
XYZ31.695136.654651.8589
Yxy36.65460.26370.3049
Hunter Lab60.5430-12.5032-8.4055
CIE-Lab67.0171-11.1051-13.0563

#7daaba color RGB value is (125,170,186).

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

The process color (four color CMYK) of #7daaba color hex is 0.33, 0.09, 0.00, 0.27. Web safe color of #7daaba is #6699cc. Color #7daaba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10101010 10111010
Octal 175 252 272
Decimal 125 170 186
Hex 7D AA BA

RGB Percentages of Color #7daaba

%25.99
%35.34
%38.67

CMYK Percentages of Color #7daaba

%33
%9
%0
%27

Triadic Colors of #7daaba

#7daaba #ba7daa #aaba7d

Analogous Colors of #7daaba

#7daaba #7d8cba #7dbaac

Monochromatic Colors of #7daaba

#7daaba

Complementary Color

#7daaba #ba8d7d

#7daaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7daaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7daaba Color CSS Codes

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

#7daaba Text Font Color

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

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


#7daaba Background Color

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

This div background color is #7daaba


#7daaba Border Color

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

This div border color is #7daaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7daaba


Comments

No comments written yet.

Please login to write comment.