Color Hex Logo

#bcc42d Color Hex

#BCC42D
(188,196,45)
0 Favorites   0 Comments

Color spaces of #bcc42d

RGB 18819645
HSL0.180.630.47
HSV63°77°77°
CMYK 0.040.000.77   0.23
XYZ40.952650.360710.0448
Yxy50.36070.40400.4969
Hunter Lab70.9653-21.180541.2835
CIE-Lab76.2901-20.156768.7510

#bcc42d color RGB value is (188,196,45).

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

The process color (four color CMYK) of #bcc42d color hex is 0.04, 0.00, 0.77, 0.23. Web safe color of #bcc42d is #cccc33. Color #bcc42d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000100 00101101
Octal 274 304 55
Decimal 188 196 45
Hex BC C4 2D

RGB Percentages of Color #bcc42d

%43.82
%45.69
%10.49

CMYK Percentages of Color #bcc42d

%4
%0
%77
%23

Triadic Colors of #bcc42d

#bcc42d #2dbcc4 #c42dbc

Analogous Colors of #bcc42d

#bcc42d #71c42d #c4812d

Monochromatic Colors of #bcc42d

#bcc42d

Complementary Color

#bcc42d #352dc4

#bcc42d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc42d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc42d Color CSS Codes

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

#bcc42d Text Font Color

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

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


#bcc42d Background Color

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

This div background color is #bcc42d


#bcc42d Border Color

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

This div border color is #bcc42d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc42d

#bcc42d Color Palettes


Comments

No comments written yet.

Please login to write comment.