Color Hex Logo

#baca13 Color Hex

#BACA13
(186,202,19)
0 Favorites   0 Comments

Color spaces of #baca13

RGB 18620219
HSL0.180.830.43
HSV65°91°79°
CMYK 0.080.000.91   0.21
XYZ41.487852.72728.6068
Yxy52.72720.40350.5128
Hunter Lab72.6135-25.087543.8019
CIE-Lab77.7137-24.654675.7417

#baca13 color RGB value is (186,202,19).

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

The process color (four color CMYK) of #baca13 color hex is 0.08, 0.00, 0.91, 0.21. Web safe color of #baca13 is #cccc00. Color #baca13 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001010 00010011
Octal 272 312 23
Decimal 186 202 19
Hex BA CA 13

RGB Percentages of Color #baca13

%45.70
%49.63
%4.67

CMYK Percentages of Color #baca13

%8
%0
%91
%21

Triadic Colors of #baca13

#baca13 #13baca #ca13ba

Analogous Colors of #baca13

#baca13 #5fca13 #ca7f13

Monochromatic Colors of #baca13

#baca13

Complementary Color

#baca13 #2313ca

#baca13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baca13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baca13 Color CSS Codes

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

#baca13 Text Font Color

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

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


#baca13 Background Color

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

This div background color is #baca13


#baca13 Border Color

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

This div border color is #baca13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baca13


Comments

No comments written yet.

Please login to write comment.