Color Hex Logo

#7dbdab Color Hex

#7DBDAB
(125,189,171)
0 Favorites   0 Comments

Color spaces of #7dbdab

RGB 125189171
HSL0.450.330.62
HSV163°34°74°
CMYK 0.340.000.10   0.26
XYZ34.005743.695445.1698
Yxy43.69540.27680.3556
Hunter Lab66.1025-23.85205.7571
CIE-Lab72.0244-24.45972.6039

#7dbdab color RGB value is (125,189,171).

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

The process color (four color CMYK) of #7dbdab color hex is 0.34, 0.00, 0.10, 0.26. Web safe color of #7dbdab is #66cc99. Color #7dbdab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111101 10101011
Octal 175 275 253
Decimal 125 189 171
Hex 7D BD AB

RGB Percentages of Color #7dbdab

%25.77
%38.97
%35.26

CMYK Percentages of Color #7dbdab

%34
%0
%10
%26

Triadic Colors of #7dbdab

#7dbdab #ab7dbd #bdab7d

Analogous Colors of #7dbdab

#7dbdab #7dafbd #7dbd8b

Monochromatic Colors of #7dbdab

#7dbdab

Complementary Color

#7dbdab #bd7d8f

#7dbdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbdab Color CSS Codes

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

#7dbdab Text Font Color

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

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


#7dbdab Background Color

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

This div background color is #7dbdab


#7dbdab Border Color

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

This div border color is #7dbdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dbdab


Comments

No comments written yet.

Please login to write comment.