Color Hex Logo

#bccb10 Color Hex

#BCCB10
(188,203,16)
0 Favorites   0 Comments

Color spaces of #bccb10

RGB 18820316
HSL0.180.850.43
HSV65°92°80°
CMYK 0.070.000.92   0.20
XYZ42.188553.44068.5817
Yxy53.44060.40480.5128
Hunter Lab73.1031-24.916344.2120
CIE-Lab78.1344-24.344976.5507

#bccb10 color RGB value is (188,203,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001011 00010000
Octal 274 313 20
Decimal 188 203 16
Hex BC CB 10

RGB Percentages of Color #bccb10

%46.19
%49.88
%3.93

CMYK Percentages of Color #bccb10

%7
%0
%92
%20

Triadic Colors of #bccb10

#bccb10 #10bccb #cb10bc

Analogous Colors of #bccb10

#bccb10 #5fcb10 #cb7d10

Monochromatic Colors of #bccb10

#bccb10

Complementary Color

#bccb10 #1f10cb

#bccb10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccb10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccb10 Color CSS Codes

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

#bccb10 Text Font Color

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

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


#bccb10 Background Color

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

This div background color is #bccb10


#bccb10 Border Color

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

This div border color is #bccb10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccb10


Comments

No comments written yet.

Please login to write comment.