Color Hex Logo

#bac475 Color Hex

#BAC475
(186,196,117)
0 Favorites   0 Comments

Color spaces of #bac475

RGB 186196117
HSL0.190.400.61
HSV68°40°77°
CMYK 0.050.000.40   0.23
XYZ43.200551.203324.4359
Yxy51.20330.36350.4309
Hunter Lab71.5565-17.458829.8425
CIE-Lab76.8020-15.576138.4634

#bac475 color RGB value is (186,196,117).

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

The process color (four color CMYK) of #bac475 color hex is 0.05, 0.00, 0.40, 0.23. Web safe color of #bac475 is #cccc66. Color #bac475 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000100 01110101
Octal 272 304 165
Decimal 186 196 117
Hex BA C4 75

RGB Percentages of Color #bac475

%37.27
%39.28
%23.45

CMYK Percentages of Color #bac475

%5
%0
%40
%23

Triadic Colors of #bac475

#bac475 #75bac4 #c475ba

Analogous Colors of #bac475

#bac475 #93c475 #c4a775

Monochromatic Colors of #bac475

#bac475

Complementary Color

#bac475 #7f75c4

#bac475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac475 Color CSS Codes

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

#bac475 Text Font Color

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

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


#bac475 Background Color

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

This div background color is #bac475


#bac475 Border Color

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

This div border color is #bac475


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac475


Comments

No comments written yet.

Please login to write comment.