Color Hex Logo

#bacc7d Color Hex

#BACC7D
(186,204,125)
0 Favorites   0 Comments

Color spaces of #bacc7d

RGB 186204125
HSL0.200.440.65
HSV74°39°80°
CMYK 0.090.000.39   0.20
XYZ45.544255.105527.6380
Yxy55.10550.35500.4295
Hunter Lab74.2331-20.392829.8887
CIE-Lab79.1020-18.659937.3364

#bacc7d color RGB value is (186,204,125).

#bacc7d hex color red value is 186, green value is 204 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bacc7d hue: 0.20 , saturation: 0.44 and the lightness value of bacc7d is 0.65.

The process color (four color CMYK) of #bacc7d color hex is 0.09, 0.00, 0.39, 0.20. Web safe color of #bacc7d is #cccc66. Color #bacc7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001100 01111101
Octal 272 314 175
Decimal 186 204 125
Hex BA CC 7D

RGB Percentages of Color #bacc7d

%36.12
%39.61
%24.27

CMYK Percentages of Color #bacc7d

%9
%0
%39
%20

Triadic Colors of #bacc7d

#bacc7d #7dbacc #cc7dba

Analogous Colors of #bacc7d

#bacc7d #93cc7d #ccb77d

Monochromatic Colors of #bacc7d

#bacc7d

Complementary Color

#bacc7d #8f7dcc

#bacc7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bacc7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bacc7d Color CSS Codes

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

#bacc7d Text Font Color

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

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


#bacc7d Background Color

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

This div background color is #bacc7d


#bacc7d Border Color

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

This div border color is #bacc7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bacc7d


Comments

No comments written yet.

Please login to write comment.