Color Hex Logo

#bac583 Color Hex

#BAC583
(186,197,131)
0 Favorites   0 Comments

Color spaces of #bac583

RGB 186197131
HSL0.190.360.64
HSV70°34°77°
CMYK 0.060.000.34   0.23
XYZ44.312752.010329.1762
Yxy52.01030.35310.4144
Hunter Lab72.1182-16.528226.4963
CIE-Lab77.2870-14.395431.9001

#bac583 color RGB value is (186,197,131).

#bac583 hex color red value is 186, green value is 197 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #bac583 hue: 0.19 , saturation: 0.36 and the lightness value of bac583 is 0.64.

The process color (four color CMYK) of #bac583 color hex is 0.06, 0.00, 0.34, 0.23. Web safe color of #bac583 is #cccc99. Color #bac583 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000101 10000011
Octal 272 305 203
Decimal 186 197 131
Hex BA C5 83

RGB Percentages of Color #bac583

%36.19
%38.33
%25.49

CMYK Percentages of Color #bac583

%6
%0
%34
%23

Triadic Colors of #bac583

#bac583 #83bac5 #c583ba

Analogous Colors of #bac583

#bac583 #99c583 #c5af83

Monochromatic Colors of #bac583

#bac583

Complementary Color

#bac583 #8e83c5

#bac583 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac583 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac583 Color CSS Codes

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

#bac583 Text Font Color

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

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


#bac583 Background Color

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

This div background color is #bac583


#bac583 Border Color

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

This div border color is #bac583


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac583


Comments

No comments written yet.

Please login to write comment.