Color Hex Logo

#bcc23b Color Hex

#BCC23B
(188,194,59)
0 Favorites   0 Comments

Color spaces of #bcc23b

RGB 18819459
HSL0.170.530.50
HSV63°70°76°
CMYK 0.030.000.70   0.24
XYZ40.820249.590711.5582
Yxy49.59070.40030.4863
Hunter Lab70.4207-19.766539.5632
CIE-Lab75.8173-18.526363.6079

#bcc23b color RGB value is (188,194,59).

#bcc23b hex color red value is 188, green value is 194 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bcc23b hue: 0.17 , saturation: 0.53 and the lightness value of bcc23b is 0.50.

The process color (four color CMYK) of #bcc23b color hex is 0.03, 0.00, 0.70, 0.24. Web safe color of #bcc23b is #cccc33. Color #bcc23b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000010 00111011
Octal 274 302 73
Decimal 188 194 59
Hex BC C2 3B

RGB Percentages of Color #bcc23b

%42.63
%43.99
%13.38

CMYK Percentages of Color #bcc23b

%3
%0
%70
%24

Triadic Colors of #bcc23b

#bcc23b #3bbcc2 #c23bbc

Analogous Colors of #bcc23b

#bcc23b #79c23b #c2853b

Monochromatic Colors of #bcc23b

#bcc23b

Complementary Color

#bcc23b #413bc2

#bcc23b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc23b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc23b Color CSS Codes

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

#bcc23b Text Font Color

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

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


#bcc23b Background Color

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

This div background color is #bcc23b


#bcc23b Border Color

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

This div border color is #bcc23b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc23b


Comments

No comments written yet.

Please login to write comment.