Color Hex Logo

#7dbfac Color Hex

#7DBFAC
(125,191,172)
0 Favorites   0 Comments

Color spaces of #7dbfac

RGB 125191172
HSL0.450.340.62
HSV163°35°75°
CMYK 0.350.000.10   0.25
XYZ34.534644.600145.8182
Yxy44.60010.27640.3569
Hunter Lab66.7833-24.56596.0711
CIE-Lab72.6278-25.22962.9338

#7dbfac color RGB value is (125,191,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111111 10101100
Octal 175 277 254
Decimal 125 191 172
Hex 7D BF AC

RGB Percentages of Color #7dbfac

%25.61
%39.14
%35.25

CMYK Percentages of Color #7dbfac

%35
%0
%10
%25

Triadic Colors of #7dbfac

#7dbfac #ac7dbf #bfac7d

Analogous Colors of #7dbfac

#7dbfac #7db1bf #7dbf8b

Monochromatic Colors of #7dbfac

#7dbfac

Complementary Color

#7dbfac #bf7d90

#7dbfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbfac Color CSS Codes

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

#7dbfac Text Font Color

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

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


#7dbfac Background Color

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

This div background color is #7dbfac


#7dbfac Border Color

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

This div border color is #7dbfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dbfac


Comments

No comments written yet.

Please login to write comment.