Color Hex Logo

#baca1b Color Hex

#BACA1B
(186,202,27)
0 Favorites   0 Comments

Color spaces of #baca1b

RGB 18620227
HSL0.180.760.45
HSV65°87°79°
CMYK 0.080.000.87   0.21
XYZ41.568152.75939.0296
Yxy52.75930.40220.5105
Hunter Lab72.6356-24.959843.4744
CIE-Lab77.7327-24.492074.3914

#baca1b color RGB value is (186,202,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001010 00011011
Octal 272 312 33
Decimal 186 202 27
Hex BA CA 1B

RGB Percentages of Color #baca1b

%44.82
%48.67
%6.51

CMYK Percentages of Color #baca1b

%8
%0
%87
%21

Triadic Colors of #baca1b

#baca1b #1bbaca #ca1bba

Analogous Colors of #baca1b

#baca1b #63ca1b #ca831b

Monochromatic Colors of #baca1b

#baca1b

Complementary Color

#baca1b #2b1bca

#baca1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baca1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#baca1b Color CSS Codes

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

#baca1b Text Font Color

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

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


#baca1b Background Color

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

This div background color is #baca1b


#baca1b Border Color

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

This div border color is #baca1b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baca1b


Comments

No comments written yet.

Please login to write comment.