Color Hex Logo

#bcc593 Color Hex

#BCC593
(188,197,147)
0 Favorites   0 Comments

Color spaces of #bcc593

RGB 188197147
HSL0.200.300.67
HSV71°25°77°
CMYK 0.050.000.25   0.23
XYZ45.971852.730535.3588
Yxy52.73050.34290.3933
Hunter Lab72.6158-14.072321.9610
CIE-Lab77.7156-11.463424.1083

#bcc593 color RGB value is (188,197,147).

#bcc593 hex color red value is 188, green value is 197 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #bcc593 hue: 0.20 , saturation: 0.30 and the lightness value of bcc593 is 0.67.

The process color (four color CMYK) of #bcc593 color hex is 0.05, 0.00, 0.25, 0.23. Web safe color of #bcc593 is #cccc99. Color #bcc593 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000101 10010011
Octal 274 305 223
Decimal 188 197 147
Hex BC C5 93

RGB Percentages of Color #bcc593

%35.34
%37.03
%27.63

CMYK Percentages of Color #bcc593

%5
%0
%25
%23

Triadic Colors of #bcc593

#bcc593 #93bcc5 #c593bc

Analogous Colors of #bcc593

#bcc593 #a3c593 #c5b593

Monochromatic Colors of #bcc593

#bcc593

Complementary Color

#bcc593 #9c93c5

#bcc593 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc593 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc593 Color CSS Codes

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

#bcc593 Text Font Color

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

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


#bcc593 Background Color

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

This div background color is #bcc593


#bcc593 Border Color

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

This div border color is #bcc593


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc593


Comments

No comments written yet.

Please login to write comment.