Color Hex Logo

#7dbaaf Color Hex

#7DBAAF
(125,186,175)
0 Favorites   0 Comments

Color spaces of #7dbaaf

RGB 125186175
HSL0.470.310.61
HSV169°33°73°
CMYK 0.330.000.06   0.27
XYZ33.754242.572946.9958
Yxy42.57290.27370.3452
Hunter Lab65.2479-21.84182.9690
CIE-Lab71.2641-22.0598-0.6905

#7dbaaf color RGB value is (125,186,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111010 10101111
Octal 175 272 257
Decimal 125 186 175
Hex 7D BA AF

RGB Percentages of Color #7dbaaf

%25.72
%38.27
%36.01

CMYK Percentages of Color #7dbaaf

%33
%0
%6
%27

Triadic Colors of #7dbaaf

#7dbaaf #af7dba #baaf7d

Analogous Colors of #7dbaaf

#7dbaaf #7da7ba #7dba91

Monochromatic Colors of #7dbaaf

#7dbaaf

Complementary Color

#7dbaaf #ba7d88

#7dbaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbaaf Color CSS Codes

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

#7dbaaf Text Font Color

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

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


#7dbaaf Background Color

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

This div background color is #7dbaaf


#7dbaaf Border Color

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

This div border color is #7dbaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dbaaf


Comments

No comments written yet.

Please login to write comment.