Color Hex Logo

#bcc473 Color Hex

#BCC473
(188,196,115)
0 Favorites   0 Comments

Color spaces of #bcc473

RGB 188196115
HSL0.180.410.61
HSV66°41°77°
CMYK 0.040.000.41   0.23
XYZ43.573551.409023.8460
Yxy51.40900.36670.4326
Hunter Lab71.7001-16.997330.4714
CIE-Lab76.9261-15.007839.6634

#bcc473 color RGB value is (188,196,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000100 01110011
Octal 274 304 163
Decimal 188 196 115
Hex BC C4 73

RGB Percentages of Color #bcc473

%37.68
%39.28
%23.05

CMYK Percentages of Color #bcc473

%4
%0
%41
%23

Triadic Colors of #bcc473

#bcc473 #73bcc4 #c473bc

Analogous Colors of #bcc473

#bcc473 #94c473 #c4a473

Monochromatic Colors of #bcc473

#bcc473

Complementary Color

#bcc473 #7b73c4

#bcc473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc473 Color CSS Codes

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

#bcc473 Text Font Color

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

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


#bcc473 Background Color

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

This div background color is #bcc473


#bcc473 Border Color

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

This div border color is #bcc473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc473


Comments

No comments written yet.

Please login to write comment.