Color Hex Logo

#bcd442 Color Hex

#BCD442
(188,212,66)
0 Favorites   0 Comments

Color spaces of #bcd442

RGB 18821266
HSL0.190.630.55
HSV70°69°83°
CMYK 0.110.000.69   0.17
XYZ45.265958.171713.9967
Yxy58.17170.38550.4954
Hunter Lab76.2704-27.534742.5087
CIE-Lab80.8342-26.924766.0181

#bcd442 color RGB value is (188,212,66).

#bcd442 hex color red value is 188, green value is 212 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #bcd442 hue: 0.19 , saturation: 0.63 and the lightness value of bcd442 is 0.55.

The process color (four color CMYK) of #bcd442 color hex is 0.11, 0.00, 0.69, 0.17. Web safe color of #bcd442 is #cccc33. Color #bcd442 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010100 01000010
Octal 274 324 102
Decimal 188 212 66
Hex BC D4 42

RGB Percentages of Color #bcd442

%40.34
%45.49
%14.16

CMYK Percentages of Color #bcd442

%11
%0
%69
%17

Triadic Colors of #bcd442

#bcd442 #42bcd4 #d442bc

Analogous Colors of #bcd442

#bcd442 #73d442 #d4a342

Monochromatic Colors of #bcd442

#bcd442

Complementary Color

#bcd442 #5a42d4

#bcd442 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd442 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd442 Color CSS Codes

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

#bcd442 Text Font Color

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

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


#bcd442 Background Color

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

This div background color is #bcd442


#bcd442 Border Color

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

This div border color is #bcd442


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd442


Comments

No comments written yet.

Please login to write comment.