Color Hex Logo

#bcc373 Color Hex

#BCC373
(188,195,115)
0 Favorites   0 Comments

Color spaces of #bcc373

RGB 188195115
HSL0.180.400.61
HSV65°41°76°
CMYK 0.040.000.41   0.24
XYZ43.348750.959423.7711
Yxy50.95940.36710.4316
Hunter Lab71.3859-16.532030.2269
CIE-Lab76.6544-14.500839.3213

#bcc373 color RGB value is (188,195,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000011 01110011
Octal 274 303 163
Decimal 188 195 115
Hex BC C3 73

RGB Percentages of Color #bcc373

%37.75
%39.16
%23.09

CMYK Percentages of Color #bcc373

%4
%0
%41
%24

Triadic Colors of #bcc373

#bcc373 #73bcc3 #c373bc

Analogous Colors of #bcc373

#bcc373 #94c373 #c3a273

Monochromatic Colors of #bcc373

#bcc373

Complementary Color

#bcc373 #7a73c3

#bcc373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc373 Color CSS Codes

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

#bcc373 Text Font Color

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

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


#bcc373 Background Color

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

This div background color is #bcc373


#bcc373 Border Color

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

This div border color is #bcc373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc373


Comments

No comments written yet.

Please login to write comment.