Color Hex Logo

#bac480 Color Hex

#BAC480
(186,196,128)
0 Favorites   0 Comments

Color spaces of #bac480

RGB 186196128
HSL0.190.370.64
HSV69°35°77°
CMYK 0.050.000.35   0.23
XYZ43.885951.477528.0452
Yxy51.47750.35560.4171
Hunter Lab71.7478-16.375827.0479
CIE-Lab76.9674-14.266433.0371

#bac480 color RGB value is (186,196,128).

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

The process color (four color CMYK) of #bac480 color hex is 0.05, 0.00, 0.35, 0.23. Web safe color of #bac480 is #cccc99. Color #bac480 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000100 10000000
Octal 272 304 200
Decimal 186 196 128
Hex BA C4 80

RGB Percentages of Color #bac480

%36.47
%38.43
%25.10

CMYK Percentages of Color #bac480

%5
%0
%35
%23

Triadic Colors of #bac480

#bac480 #80bac4 #c480ba

Analogous Colors of #bac480

#bac480 #98c480 #c4ac80

Monochromatic Colors of #bac480

#bac480

Complementary Color

#bac480 #8a80c4

#bac480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac480 Color CSS Codes

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

#bac480 Text Font Color

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

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


#bac480 Background Color

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

This div background color is #bac480


#bac480 Border Color

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

This div border color is #bac480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac480


Comments

No comments written yet.

Please login to write comment.