Color Hex Logo

#baca38 Color Hex

#BACA38
(186,202,56)
0 Favorites   0 Comments

Color spaces of #baca38

RGB 18620256
HSL0.180.580.51
HSV67°72°79°
CMYK 0.080.000.72   0.21
XYZ42.084052.965711.7467
Yxy52.96570.39410.4960
Hunter Lab72.7775-24.142141.3745
CIE-Lab77.8547-23.454666.6087

#baca38 color RGB value is (186,202,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001010 00111000
Octal 272 312 70
Decimal 186 202 56
Hex BA CA 38

RGB Percentages of Color #baca38

%41.89
%45.50
%12.61

CMYK Percentages of Color #baca38

%8
%0
%72
%21

Triadic Colors of #baca38

#baca38 #38baca #ca38ba

Analogous Colors of #baca38

#baca38 #71ca38 #ca9138

Monochromatic Colors of #baca38

#baca38

Complementary Color

#baca38 #4838ca

#baca38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baca38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baca38 Color CSS Codes

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

#baca38 Text Font Color

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

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


#baca38 Background Color

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

This div background color is #baca38


#baca38 Border Color

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

This div border color is #baca38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baca38


Comments

No comments written yet.

Please login to write comment.