Color Hex Logo

#baca1e Color Hex

#BACA1E
(186,202,30)
0 Favorites   0 Comments

Color spaces of #baca1e

RGB 18620230
HSL0.180.740.45
HSV66°85°79°
CMYK 0.080.000.85   0.21
XYZ41.604652.77399.2219
Yxy52.77390.40160.5094
Hunter Lab72.6456-24.901943.3255
CIE-Lab77.7413-24.418373.7915

#baca1e color RGB value is (186,202,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001010 00011110
Octal 272 312 36
Decimal 186 202 30
Hex BA CA 1E

RGB Percentages of Color #baca1e

%44.50
%48.33
%7.18

CMYK Percentages of Color #baca1e

%8
%0
%85
%21

Triadic Colors of #baca1e

#baca1e #1ebaca #ca1eba

Analogous Colors of #baca1e

#baca1e #64ca1e #ca841e

Monochromatic Colors of #baca1e

#baca1e

Complementary Color

#baca1e #2e1eca

#baca1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baca1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#baca1e Color CSS Codes

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

#baca1e Text Font Color

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

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


#baca1e Background Color

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

This div background color is #baca1e


#baca1e Border Color

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

This div border color is #baca1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baca1e


Comments

No comments written yet.

Please login to write comment.