Color Hex Logo

#bac175 Color Hex

#BAC175
(186,193,117)
0 Favorites   0 Comments

Color spaces of #bac175

RGB 186193117
HSL0.180.380.61
HSV66°39°76°
CMYK 0.040.000.39   0.24
XYZ42.530549.863424.2126
Yxy49.86340.36470.4276
Hunter Lab70.6140-16.064829.1001
CIE-Lab75.9853-14.053837.4267

#bac175 color RGB value is (186,193,117).

#bac175 hex color red value is 186, green value is 193 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #bac175 hue: 0.18 , saturation: 0.38 and the lightness value of bac175 is 0.61.

The process color (four color CMYK) of #bac175 color hex is 0.04, 0.00, 0.39, 0.24. Web safe color of #bac175 is #cccc66. Color #bac175 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000001 01110101
Octal 272 301 165
Decimal 186 193 117
Hex BA C1 75

RGB Percentages of Color #bac175

%37.50
%38.91
%23.59

CMYK Percentages of Color #bac175

%4
%0
%39
%24

Triadic Colors of #bac175

#bac175 #75bac1 #c175ba

Analogous Colors of #bac175

#bac175 #94c175 #c1a275

Monochromatic Colors of #bac175

#bac175

Complementary Color

#bac175 #7c75c1

#bac175 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac175 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac175 Color CSS Codes

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

#bac175 Text Font Color

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

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


#bac175 Background Color

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

This div background color is #bac175


#bac175 Border Color

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

This div border color is #bac175


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac175


Comments

No comments written yet.

Please login to write comment.