Color Hex Logo

#bcc594 Color Hex

#BCC594
(188,197,148)
0 Favorites   0 Comments

Color spaces of #bcc594

RGB 188197148
HSL0.200.300.68
HSV71°25°77°
CMYK 0.050.000.25   0.23
XYZ46.050652.762035.7739
Yxy52.76200.34220.3920
Hunter Lab72.6375-13.950321.6459
CIE-Lab77.7343-11.319723.6046

#bcc594 color RGB value is (188,197,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000101 10010100
Octal 274 305 224
Decimal 188 197 148
Hex BC C5 94

RGB Percentages of Color #bcc594

%35.27
%36.96
%27.77

CMYK Percentages of Color #bcc594

%5
%0
%25
%23

Triadic Colors of #bcc594

#bcc594 #94bcc5 #c594bc

Analogous Colors of #bcc594

#bcc594 #a4c594 #c5b694

Monochromatic Colors of #bcc594

#bcc594

Complementary Color

#bcc594 #9d94c5

#bcc594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc594 Color CSS Codes

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

#bcc594 Text Font Color

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

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


#bcc594 Background Color

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

This div background color is #bcc594


#bcc594 Border Color

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

This div border color is #bcc594


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc594


Comments

No comments written yet.

Please login to write comment.