Color Hex Logo

#bcc490 Color Hex

#BCC490
(188,196,144)
0 Favorites   0 Comments

Color spaces of #bcc490

RGB 188196144
HSL0.190.310.67
HSV69°27°77°
CMYK 0.040.000.27   0.23
XYZ45.513052.184834.0594
Yxy52.18480.34540.3961
Hunter Lab72.2390-13.957422.6132
CIE-Lab77.3912-11.375225.2540

#bcc490 color RGB value is (188,196,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000100 10010000
Octal 274 304 220
Decimal 188 196 144
Hex BC C4 90

RGB Percentages of Color #bcc490

%35.61
%37.12
%27.27

CMYK Percentages of Color #bcc490

%4
%0
%27
%23

Triadic Colors of #bcc490

#bcc490 #90bcc4 #c490bc

Analogous Colors of #bcc490

#bcc490 #a2c490 #c4b290

Monochromatic Colors of #bcc490

#bcc490

Complementary Color

#bcc490 #9890c4

#bcc490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc490 Color CSS Codes

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

#bcc490 Text Font Color

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

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


#bcc490 Background Color

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

This div background color is #bcc490


#bcc490 Border Color

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

This div border color is #bcc490


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,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 #bcc490">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc490


Comments

No comments written yet.

Please login to write comment.