Color Hex Logo

#7dbcab Color Hex

#7DBCAB
(125,188,171)
0 Favorites   0 Comments

Color spaces of #7dbcab

RGB 125188171
HSL0.460.320.61
HSV164°34°74°
CMYK 0.340.000.09   0.26
XYZ33.791443.266745.0984
Yxy43.26670.27660.3542
Hunter Lab65.7774-23.41095.3937
CIE-Lab71.7356-23.96202.1845

#7dbcab color RGB value is (125,188,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111100 10101011
Octal 175 274 253
Decimal 125 188 171
Hex 7D BC AB

RGB Percentages of Color #7dbcab

%25.83
%38.84
%35.33

CMYK Percentages of Color #7dbcab

%34
%0
%9
%26

Triadic Colors of #7dbcab

#7dbcab #ab7dbc #bcab7d

Analogous Colors of #7dbcab

#7dbcab #7daebc #7dbc8c

Monochromatic Colors of #7dbcab

#7dbcab

Complementary Color

#7dbcab #bc7d8e

#7dbcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbcab Color CSS Codes

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

#7dbcab Text Font Color

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

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


#7dbcab Background Color

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

This div background color is #7dbcab


#7dbcab Border Color

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

This div border color is #7dbcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dbcab


Comments

No comments written yet.

Please login to write comment.