color codes Logo

#bccb11 color codes

#BCCB11
(188,203,17)
0 Favorites   0 Comments

Color spaces of #bccb11

RGB 18820317
HSL0.180.850.43
HSV65°92°80°
CMYK 0.070.000.92   0.20
XYZ42.196253.44378.6220
Yxy53.44370.40470.5126
Hunter Lab73.1052-24.904244.1810
CIE-Lab78.1362-24.329576.4198

#bccb11 color RGB value is (188,203,17).

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

The process color (four color CMYK) of #bccb11 color code is 0.07, 0.00, 0.92, 0.20. Web safe color of #bccb11 is #cccc00. Color #bccb11 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001011 00010001
Octal 274 313 21
Decimal 188 203 17
Hex BC CB 11

RGB Percentages of Color #bccb11

%46.08
%49.75
%4.17

CMYK Percentages of Color #bccb11

%7
%0
%92
%20

Triadic Colors of #bccb11

#bccb11 #11bccb #cb11bc

Analogous Colors of #bccb11

#bccb11 #5fcb11 #cb7d11

Monochromatic Colors of #bccb11

#bccb11

Complementary Color

#bccb11 #2011cb

#bccb11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccb11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccb11 Color CSS Codes

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

#bccb11 Text Font Color

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

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


#bccb11 Background Color

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

This div background color is #bccb11


#bccb11 Border Color

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

This div border color is #bccb11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccb11


Comments

No comments written yet.

Please login to write comment.