Color Hex Logo

#bccb24 Color Hex

#BCCB24
(188,203,36)
0 Favorites   0 Comments

Color spaces of #bccb24

RGB 18820336
HSL0.180.700.47
HSV65°82°80°
CMYK 0.070.000.82   0.20
XYZ42.413453.53069.7661
Yxy53.53060.40120.5064
Hunter Lab73.1646-24.561943.3011
CIE-Lab78.1872-23.896072.8655

#bccb24 color RGB value is (188,203,36).

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

The process color (four color CMYK) of #bccb24 color hex is 0.07, 0.00, 0.82, 0.20. Web safe color of #bccb24 is #cccc33. Color #bccb24 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001011 00100100
Octal 274 313 44
Decimal 188 203 36
Hex BC CB 24

RGB Percentages of Color #bccb24

%44.03
%47.54
%8.43

CMYK Percentages of Color #bccb24

%7
%0
%82
%20

Triadic Colors of #bccb24

#bccb24 #24bccb #cb24bc

Analogous Colors of #bccb24

#bccb24 #69cb24 #cb8724

Monochromatic Colors of #bccb24

#bccb24

Complementary Color

#bccb24 #3324cb

#bccb24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccb24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccb24 Color CSS Codes

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

#bccb24 Text Font Color

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

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


#bccb24 Background Color

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

This div background color is #bccb24


#bccb24 Border Color

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

This div border color is #bccb24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccb24


Comments

No comments written yet.

Please login to write comment.