Color Hex Logo

#bcc574 Color Hex

#BCC574
(188,197,116)
0 Favorites   0 Comments

Color spaces of #bcc574

RGB 188197116
HSL0.190.410.61
HSV67°41°77°
CMYK 0.050.000.41   0.23
XYZ43.857751.884824.2262
Yxy51.88480.36560.4325
Hunter Lab72.0311-17.370830.4808
CIE-Lab77.2119-15.403339.5188

#bcc574 color RGB value is (188,197,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000101 01110100
Octal 274 305 164
Decimal 188 197 116
Hex BC C5 74

RGB Percentages of Color #bcc574

%37.52
%39.32
%23.15

CMYK Percentages of Color #bcc574

%5
%0
%41
%23

Triadic Colors of #bcc574

#bcc574 #74bcc5 #c574bc

Analogous Colors of #bcc574

#bcc574 #94c574 #c5a674

Monochromatic Colors of #bcc574

#bcc574

Complementary Color

#bcc574 #7d74c5

#bcc574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc574 Color CSS Codes

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

#bcc574 Text Font Color

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

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


#bcc574 Background Color

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

This div background color is #bcc574


#bcc574 Border Color

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

This div border color is #bcc574


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc574


Comments

No comments written yet.

Please login to write comment.