Color Hex Logo

#baca20 Color Hex

#BACA20
(186,202,32)
0 Favorites   0 Comments

Color spaces of #baca20

RGB 18620232
HSL0.180.730.46
HSV66°84°79°
CMYK 0.080.000.84   0.21
XYZ41.630952.78449.3607
Yxy52.78440.40120.5086
Hunter Lab72.6529-24.860143.2180
CIE-Lab77.7475-24.365173.3638

#baca20 color RGB value is (186,202,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001010 00100000
Octal 272 312 40
Decimal 186 202 32
Hex BA CA 20

RGB Percentages of Color #baca20

%44.29
%48.10
%7.62

CMYK Percentages of Color #baca20

%8
%0
%84
%21

Triadic Colors of #baca20

#baca20 #20baca #ca20ba

Analogous Colors of #baca20

#baca20 #65ca20 #ca8520

Monochromatic Colors of #baca20

#baca20

Complementary Color

#baca20 #3020ca

#baca20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baca20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baca20 Color CSS Codes

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

#baca20 Text Font Color

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

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


#baca20 Background Color

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

This div background color is #baca20


#baca20 Border Color

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

This div border color is #baca20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baca20


Comments

No comments written yet.

Please login to write comment.