Color Hex Logo

#baca2f Color Hex

#BACA2F
(186,202,47)
0 Favorites   0 Comments

Color spaces of #baca2f

RGB 18620247
HSL0.180.620.49
HSV66°77°79°
CMYK 0.080.000.77   0.21
XYZ41.883352.885410.6897
Yxy52.88540.39720.5015
Hunter Lab72.7223-24.459842.1904
CIE-Lab77.8073-23.856869.4728

#baca2f color RGB value is (186,202,47).

#baca2f hex color red value is 186, green value is 202 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #baca2f hue: 0.18 , saturation: 0.62 and the lightness value of baca2f is 0.49.

The process color (four color CMYK) of #baca2f color hex is 0.08, 0.00, 0.77, 0.21. Web safe color of #baca2f is #cccc33. Color #baca2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001010 00101111
Octal 272 312 57
Decimal 186 202 47
Hex BA CA 2F

RGB Percentages of Color #baca2f

%42.76
%46.44
%10.80

CMYK Percentages of Color #baca2f

%8
%0
%77
%21

Triadic Colors of #baca2f

#baca2f #2fbaca #ca2fba

Analogous Colors of #baca2f

#baca2f #6dca2f #ca8d2f

Monochromatic Colors of #baca2f

#baca2f

Complementary Color

#baca2f #3f2fca

#baca2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baca2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#baca2f Color CSS Codes

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

#baca2f Text Font Color

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

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


#baca2f Background Color

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

This div background color is #baca2f


#baca2f Border Color

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

This div border color is #baca2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baca2f


Comments

No comments written yet.

Please login to write comment.