Color Hex Logo

#bab17d Color Hex

#BAB17D
(186,177,125)
0 Favorites   0 Comments

Color spaces of #bab17d

RGB 186177125
HSL0.140.310.61
HSV51°33°73°
CMYK 0.000.050.33   0.27
XYZ39.673543.364125.6811
Yxy43.36410.36490.3989
Hunter Lab65.8514-7.699122.9738
CIE-Lab71.8014-4.782227.8113

#bab17d color RGB value is (186,177,125).

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

The process color (four color CMYK) of #bab17d color hex is 0.00, 0.05, 0.33, 0.27. Web safe color of #bab17d is #cc9966. Color #bab17d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110001 01111101
Octal 272 261 175
Decimal 186 177 125
Hex BA B1 7D

RGB Percentages of Color #bab17d

%38.11
%36.27
%25.61

CMYK Percentages of Color #bab17d

%0
%5
%33
%27

Triadic Colors of #bab17d

#bab17d #7dbab1 #b17dba

Analogous Colors of #bab17d

#bab17d #a5ba7d #ba937d

Monochromatic Colors of #bab17d

#bab17d

Complementary Color

#bab17d #7d86ba

#bab17d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab17d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab17d Color CSS Codes

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

#bab17d Text Font Color

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

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


#bab17d Background Color

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

This div background color is #bab17d


#bab17d Border Color

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

This div border color is #bab17d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab17d


Comments

No comments written yet.

Please login to write comment.