Color Hex Logo

#bcc470 Color Hex

#BCC470
(188,196,112)
0 Favorites   0 Comments

Color spaces of #bcc470

RGB 188196112
HSL0.180.420.60
HSV66°43°77°
CMYK 0.040.000.43   0.23
XYZ43.403651.341122.9514
Yxy51.34110.36880.4362
Hunter Lab71.6527-17.265931.1654
CIE-Lab76.8852-15.333141.1196

#bcc470 color RGB value is (188,196,112).

#bcc470 hex color red value is 188, green value is 196 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #bcc470 hue: 0.18 , saturation: 0.42 and the lightness value of bcc470 is 0.60.

The process color (four color CMYK) of #bcc470 color hex is 0.04, 0.00, 0.43, 0.23. Web safe color of #bcc470 is #cccc66. Color #bcc470 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000100 01110000
Octal 274 304 160
Decimal 188 196 112
Hex BC C4 70

RGB Percentages of Color #bcc470

%37.90
%39.52
%22.58

CMYK Percentages of Color #bcc470

%4
%0
%43
%23

Triadic Colors of #bcc470

#bcc470 #70bcc4 #c470bc

Analogous Colors of #bcc470

#bcc470 #92c470 #c4a270

Monochromatic Colors of #bcc470

#bcc470

Complementary Color

#bcc470 #7870c4

#bcc470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc470 Color CSS Codes

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

#bcc470 Text Font Color

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

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


#bcc470 Background Color

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

This div background color is #bcc470


#bcc470 Border Color

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

This div border color is #bcc470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc470


Comments

No comments written yet.

Please login to write comment.