Color Hex Logo

#bccb51 Color Hex

#BCCB51
(188,203,81)
0 Favorites   0 Comments

Color spaces of #bccb51

RGB 18820381
HSL0.190.540.56
HSV67°60°80°
CMYK 0.070.000.60   0.20
XYZ43.580253.997315.9102
Yxy53.99730.38400.4758
Hunter Lab73.4829-22.732738.6008
CIE-Lab78.4602-21.600357.5203

#bccb51 color RGB value is (188,203,81).

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

The process color (four color CMYK) of #bccb51 color hex is 0.07, 0.00, 0.60, 0.20. Web safe color of #bccb51 is #cccc66. Color #bccb51 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001011 01010001
Octal 274 313 121
Decimal 188 203 81
Hex BC CB 51

RGB Percentages of Color #bccb51

%39.83
%43.01
%17.16

CMYK Percentages of Color #bccb51

%7
%0
%60
%20

Triadic Colors of #bccb51

#bccb51 #51bccb #cb51bc

Analogous Colors of #bccb51

#bccb51 #7fcb51 #cb9d51

Monochromatic Colors of #bccb51

#bccb51

Complementary Color

#bccb51 #6051cb

#bccb51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccb51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccb51 Color CSS Codes

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

#bccb51 Text Font Color

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

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


#bccb51 Background Color

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

This div background color is #bccb51


#bccb51 Border Color

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

This div border color is #bccb51


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,203,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 #bccb51">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccb51


Comments

No comments written yet.

Please login to write comment.