Color Hex Logo

#bcd441 Color Hex

#BCD441
(188,212,65)
0 Favorites   0 Comments

Color spaces of #bcd441

RGB 18821265
HSL0.190.630.54
HSV70°69°83°
CMYK 0.110.000.69   0.17
XYZ45.236758.160013.8428
Yxy58.16000.38580.4961
Hunter Lab76.2627-27.579042.6219
CIE-Lab80.8277-26.980766.3782

#bcd441 color RGB value is (188,212,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010100 01000001
Octal 274 324 101
Decimal 188 212 65
Hex BC D4 41

RGB Percentages of Color #bcd441

%40.43
%45.59
%13.98

CMYK Percentages of Color #bcd441

%11
%0
%69
%17

Triadic Colors of #bcd441

#bcd441 #41bcd4 #d441bc

Analogous Colors of #bcd441

#bcd441 #73d441 #d4a341

Monochromatic Colors of #bcd441

#bcd441

Complementary Color

#bcd441 #5941d4

#bcd441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd441 Color CSS Codes

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

#bcd441 Text Font Color

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

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


#bcd441 Background Color

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

This div background color is #bcd441


#bcd441 Border Color

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

This div border color is #bcd441


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd441


Comments

No comments written yet.

Please login to write comment.