Color Hex Logo

#baca5a Color Hex

#BACA5A
(186,202,90)
0 Favorites   0 Comments

Color spaces of #baca5a

RGB 18620290
HSL0.190.510.57
HSV69°55°79°
CMYK 0.080.000.55   0.21
XYZ43.215753.418317.7059
Yxy53.41830.37800.4672
Hunter Lab73.0878-22.359436.7982
CIE-Lab78.1213-21.217753.1133

#baca5a color RGB value is (186,202,90).

#baca5a hex color red value is 186, green value is 202 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #baca5a hue: 0.19 , saturation: 0.51 and the lightness value of baca5a is 0.57.

The process color (four color CMYK) of #baca5a color hex is 0.08, 0.00, 0.55, 0.21. Web safe color of #baca5a is #cccc66. Color #baca5a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001010 01011010
Octal 272 312 132
Decimal 186 202 90
Hex BA CA 5A

RGB Percentages of Color #baca5a

%38.91
%42.26
%18.83

CMYK Percentages of Color #baca5a

%8
%0
%55
%21

Triadic Colors of #baca5a

#baca5a #5abaca #ca5aba

Analogous Colors of #baca5a

#baca5a #82ca5a #caa25a

Monochromatic Colors of #baca5a

#baca5a

Complementary Color

#baca5a #6a5aca

#baca5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baca5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#baca5a Color CSS Codes

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

#baca5a Text Font Color

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

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


#baca5a Background Color

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

This div background color is #baca5a


#baca5a Border Color

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

This div border color is #baca5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baca5a


Comments

No comments written yet.

Please login to write comment.