Color Hex Logo

#bcc523 Color Hex

#BCC523
(188,197,35)
0 Favorites   0 Comments

Color spaces of #bcc523

RGB 18819735
HSL0.180.700.45
HSV63°82°77°
CMYK 0.050.000.82   0.23
XYZ41.008750.74529.2235
Yxy50.74520.40610.5025
Hunter Lab71.2357-21.904242.1882
CIE-Lab76.5244-20.994271.6883

#bcc523 color RGB value is (188,197,35).

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

The process color (four color CMYK) of #bcc523 color hex is 0.05, 0.00, 0.82, 0.23. Web safe color of #bcc523 is #cccc33. Color #bcc523 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000101 00100011
Octal 274 305 43
Decimal 188 197 35
Hex BC C5 23

RGB Percentages of Color #bcc523

%44.76
%46.90
%8.33

CMYK Percentages of Color #bcc523

%5
%0
%82
%23

Triadic Colors of #bcc523

#bcc523 #23bcc5 #c523bc

Analogous Colors of #bcc523

#bcc523 #6bc523 #c57d23

Monochromatic Colors of #bcc523

#bcc523

Complementary Color

#bcc523 #2c23c5

#bcc523 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc523 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc523 Color CSS Codes

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

#bcc523 Text Font Color

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

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


#bcc523 Background Color

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

This div background color is #bcc523


#bcc523 Border Color

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

This div border color is #bcc523


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc523


Comments

No comments written yet.

Please login to write comment.