Color Hex Logo

#bcc573 Color Hex

#BCC573
(188,197,115)
0 Favorites   0 Comments

Color spaces of #bcc573

RGB 188197115
HSL0.180.410.61
HSV67°42°77°
CMYK 0.050.000.42   0.23
XYZ43.799851.861723.9215
Yxy51.86170.36630.4337
Hunter Lab72.0151-17.462130.7160
CIE-Lab77.1981-15.513840.0052

#bcc573 color RGB value is (188,197,115).

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

The process color (four color CMYK) of #bcc573 color hex is 0.05, 0.00, 0.42, 0.23. Web safe color of #bcc573 is #cccc66. Color #bcc573 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000101 01110011
Octal 274 305 163
Decimal 188 197 115
Hex BC C5 73

RGB Percentages of Color #bcc573

%37.60
%39.40
%23.00

CMYK Percentages of Color #bcc573

%5
%0
%42
%23

Triadic Colors of #bcc573

#bcc573 #73bcc5 #c573bc

Analogous Colors of #bcc573

#bcc573 #93c573 #c5a573

Monochromatic Colors of #bcc573

#bcc573

Complementary Color

#bcc573 #7c73c5

#bcc573 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc573 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc573 Color CSS Codes

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

#bcc573 Text Font Color

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

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


#bcc573 Background Color

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

This div background color is #bcc573


#bcc573 Border Color

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

This div border color is #bcc573


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc573


Comments

No comments written yet.

Please login to write comment.