Color Hex Logo

#bcc281 Color Hex

#BCC281
(188,194,129)
0 Favorites   0 Comments

Color spaces of #bcc281

RGB 188194129
HSL0.180.350.63
HSV66°34°76°
CMYK 0.030.000.34   0.24
XYZ43.993350.859928.2671
Yxy50.85990.35730.4131
Hunter Lab71.3161-14.690626.4209
CIE-Lab76.5941-12.342432.0587

#bcc281 color RGB value is (188,194,129).

#bcc281 hex color red value is 188, green value is 194 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #bcc281 hue: 0.18 , saturation: 0.35 and the lightness value of bcc281 is 0.63.

The process color (four color CMYK) of #bcc281 color hex is 0.03, 0.00, 0.34, 0.24. Web safe color of #bcc281 is #cccc99. Color #bcc281 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000010 10000001
Octal 274 302 201
Decimal 188 194 129
Hex BC C2 81

RGB Percentages of Color #bcc281

%36.79
%37.96
%25.24

CMYK Percentages of Color #bcc281

%3
%0
%34
%24

Triadic Colors of #bcc281

#bcc281 #81bcc2 #c281bc

Analogous Colors of #bcc281

#bcc281 #9cc281 #c2a881

Monochromatic Colors of #bcc281

#bcc281

Complementary Color

#bcc281 #8781c2

#bcc281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc281 Color CSS Codes

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

#bcc281 Text Font Color

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

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


#bcc281 Background Color

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

This div background color is #bcc281


#bcc281 Border Color

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

This div border color is #bcc281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc281


Comments

No comments written yet.

Please login to write comment.