color codes Logo

#bccb27 color codes

#BCCB27
(188,203,39)
0 Favorites   0 Comments

Color spaces of #bccb27

RGB 18820339
HSL0.180.680.47
HSV65°81°80°
CMYK 0.070.000.81   0.20
XYZ42.461253.549710.0176
Yxy53.54970.40050.5051
Hunter Lab73.1777-24.486643.1079
CIE-Lab78.1984-23.800872.1228

#bccb27 color RGB value is (188,203,39).

#bccb27 hex color red value is 188, green value is 203 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #bccb27 hue: 0.18 , saturation: 0.68 and the lightness value of bccb27 is 0.47.

The process color (four color CMYK) of #bccb27 color code is 0.07, 0.00, 0.81, 0.20. Web safe color of #bccb27 is #cccc33. Color #bccb27 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001011 00100111
Octal 274 313 47
Decimal 188 203 39
Hex BC CB 27

RGB Percentages of Color #bccb27

%43.72
%47.21
%9.07

CMYK Percentages of Color #bccb27

%7
%0
%81
%20

Triadic Colors of #bccb27

#bccb27 #27bccb #cb27bc

Analogous Colors of #bccb27

#bccb27 #6acb27 #cb8827

Monochromatic Colors of #bccb27

#bccb27

Complementary Color

#bccb27 #3627cb

#bccb27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccb27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccb27 Color CSS Codes

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

#bccb27 Text Font Color

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

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


#bccb27 Background Color

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

This div background color is #bccb27


#bccb27 Border Color

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

This div border color is #bccb27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccb27


Comments

No comments written yet.

Please login to write comment.