Color Hex Logo

#7dbaab Color Hex

#7DBAAB
(125,186,171)
0 Favorites   0 Comments

Color spaces of #7dbaab

RGB 125186171
HSL0.460.310.61
HSV165°33°73°
CMYK 0.330.000.08   0.27
XYZ33.367042.418144.9570
Yxy42.41810.27630.3513
Hunter Lab65.1292-22.52694.6641
CIE-Lab71.1582-22.96241.3450

#7dbaab color RGB value is (125,186,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111010 10101011
Octal 175 272 253
Decimal 125 186 171
Hex 7D BA AB

RGB Percentages of Color #7dbaab

%25.93
%38.59
%35.48

CMYK Percentages of Color #7dbaab

%33
%0
%8
%27

Triadic Colors of #7dbaab

#7dbaab #ab7dba #baab7d

Analogous Colors of #7dbaab

#7dbaab #7dabba #7dba8d

Monochromatic Colors of #7dbaab

#7dbaab

Complementary Color

#7dbaab #ba7d8c

#7dbaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbaab Color CSS Codes

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

#7dbaab Text Font Color

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

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


#7dbaab Background Color

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

This div background color is #7dbaab


#7dbaab Border Color

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

This div border color is #7dbaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dbaab


Comments

No comments written yet.

Please login to write comment.