Color Hex Logo

#bac490 Color Hex

#BAC490
(186,196,144)
0 Favorites   0 Comments

Color spaces of #bac490

RGB 186196144
HSL0.200.310.67
HSV72°27°77°
CMYK 0.050.000.27   0.23
XYZ45.023751.932634.0365
Yxy51.93260.34370.3965
Hunter Lab72.0643-14.590822.4419
CIE-Lab77.2405-12.132525.0246

#bac490 color RGB value is (186,196,144).

#bac490 hex color red value is 186, green value is 196 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #bac490 hue: 0.20 , saturation: 0.31 and the lightness value of bac490 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000100 10010000
Octal 272 304 220
Decimal 186 196 144
Hex BA C4 90

RGB Percentages of Color #bac490

%35.36
%37.26
%27.38

CMYK Percentages of Color #bac490

%5
%0
%27
%23

Triadic Colors of #bac490

#bac490 #90bac4 #c490ba

Analogous Colors of #bac490

#bac490 #a0c490 #c4b490

Monochromatic Colors of #bac490

#bac490

Complementary Color

#bac490 #9a90c4

#bac490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac490 Color CSS Codes

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

#bac490 Text Font Color

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

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


#bac490 Background Color

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

This div background color is #bac490


#bac490 Border Color

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

This div border color is #bac490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac490


Comments

No comments written yet.

Please login to write comment.