Color Hex Logo

#bacc7b Color Hex

#BACC7B
(186,204,123)
0 Favorites   0 Comments

Color spaces of #bacc7b

RGB 186204123
HSL0.200.440.64
HSV73°40°80°
CMYK 0.090.000.40   0.20
XYZ45.417755.054926.9718
Yxy55.05490.35640.4320
Hunter Lab74.1990-20.587230.3870
CIE-Lab79.0729-18.897038.3119

#bacc7b color RGB value is (186,204,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001100 01111011
Octal 272 314 173
Decimal 186 204 123
Hex BA CC 7B

RGB Percentages of Color #bacc7b

%36.26
%39.77
%23.98

CMYK Percentages of Color #bacc7b

%9
%0
%40
%20

Triadic Colors of #bacc7b

#bacc7b #7bbacc #cc7bba

Analogous Colors of #bacc7b

#bacc7b #92cc7b #ccb67b

Monochromatic Colors of #bacc7b

#bacc7b

Complementary Color

#bacc7b #8d7bcc

#bacc7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bacc7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bacc7b Color CSS Codes

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

#bacc7b Text Font Color

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

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


#bacc7b Background Color

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

This div background color is #bacc7b


#bacc7b Border Color

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

This div border color is #bacc7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bacc7b


Comments

No comments written yet.

Please login to write comment.