Color Hex Logo

#bacb3d Color Hex

#BACB3D
(186,203,61)
0 Favorites   0 Comments

Color spaces of #bacb3d

RGB 18620361
HSL0.190.580.52
HSV67°70°80°
CMYK 0.080.000.70   0.20
XYZ42.447953.487912.5018
Yxy53.48790.39150.4933
Hunter Lab73.1354-24.385341.0597
CIE-Lab78.1622-23.684465.1409

#bacb3d color RGB value is (186,203,61).

#bacb3d hex color red value is 186, green value is 203 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #bacb3d hue: 0.19 , saturation: 0.58 and the lightness value of bacb3d is 0.52.

The process color (four color CMYK) of #bacb3d color hex is 0.08, 0.00, 0.70, 0.20. Web safe color of #bacb3d is #cccc33. Color #bacb3d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001011 00111101
Octal 272 313 75
Decimal 186 203 61
Hex BA CB 3D

RGB Percentages of Color #bacb3d

%41.33
%45.11
%13.56

CMYK Percentages of Color #bacb3d

%8
%0
%70
%20

Triadic Colors of #bacb3d

#bacb3d #3dbacb #cb3dba

Analogous Colors of #bacb3d

#bacb3d #73cb3d #cb953d

Monochromatic Colors of #bacb3d

#bacb3d

Complementary Color

#bacb3d #4e3dcb

#bacb3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bacb3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bacb3d Color CSS Codes

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

#bacb3d Text Font Color

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

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


#bacb3d Background Color

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

This div background color is #bacb3d


#bacb3d Border Color

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

This div border color is #bacb3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bacb3d


Comments

No comments written yet.

Please login to write comment.