Color Hex Logo

#bcc53d Color Hex

#BCC53D
(188,197,61)
0 Favorites   0 Comments

Color spaces of #bcc53d

RGB 18819761
HSL0.180.540.51
HSV64°69°77°
CMYK 0.050.000.69   0.23
XYZ41.547650.960812.0615
Yxy50.96080.39730.4873
Hunter Lab71.3868-21.038839.9532
CIE-Lab76.6553-19.910463.6976

#bcc53d color RGB value is (188,197,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000101 00111101
Octal 274 305 75
Decimal 188 197 61
Hex BC C5 3D

RGB Percentages of Color #bcc53d

%42.15
%44.17
%13.68

CMYK Percentages of Color #bcc53d

%5
%0
%69
%23

Triadic Colors of #bcc53d

#bcc53d #3dbcc5 #c53dbc

Analogous Colors of #bcc53d

#bcc53d #78c53d #c58a3d

Monochromatic Colors of #bcc53d

#bcc53d

Complementary Color

#bcc53d #463dc5

#bcc53d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc53d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc53d Color CSS Codes

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

#bcc53d Text Font Color

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

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


#bcc53d Background Color

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

This div background color is #bcc53d


#bcc53d Border Color

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

This div border color is #bcc53d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc53d


Comments

No comments written yet.

Please login to write comment.