Color Hex Logo

#bcc251 Color Hex

#BCC251
(188,194,81)
0 Favorites   0 Comments

Color spaces of #bcc251

RGB 18819481
HSL0.180.480.54
HSV63°58°76°
CMYK 0.030.000.58   0.24
XYZ41.516049.869015.2221
Yxy49.86900.38940.4678
Hunter Lab70.6180-18.642136.6523
CIE-Lab75.9888-17.133954.8004

#bcc251 color RGB value is (188,194,81).

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

The process color (four color CMYK) of #bcc251 color hex is 0.03, 0.00, 0.58, 0.24. Web safe color of #bcc251 is #cccc66. Color #bcc251 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000010 01010001
Octal 274 302 121
Decimal 188 194 81
Hex BC C2 51

RGB Percentages of Color #bcc251

%40.60
%41.90
%17.49

CMYK Percentages of Color #bcc251

%3
%0
%58
%24

Triadic Colors of #bcc251

#bcc251 #51bcc2 #c251bc

Analogous Colors of #bcc251

#bcc251 #84c251 #c29051

Monochromatic Colors of #bcc251

#bcc251

Complementary Color

#bcc251 #5751c2

#bcc251 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc251 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc251 Color CSS Codes

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

#bcc251 Text Font Color

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

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


#bcc251 Background Color

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

This div background color is #bcc251


#bcc251 Border Color

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

This div border color is #bcc251


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc251


Comments

No comments written yet.

Please login to write comment.