Color Hex Logo

#bcd41f Color Hex

#BCD41F
(188,212,31)
0 Favorites   0 Comments

Color spaces of #bcd41f

RGB 18821231
HSL0.190.740.48
HSV68°85°83°
CMYK 0.110.000.85   0.17
XYZ44.529857.877310.1208
Yxy57.87730.39570.5143
Hunter Lab76.0771-28.654645.3664
CIE-Lab80.6705-28.347576.0761

#bcd41f color RGB value is (188,212,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010100 00011111
Octal 274 324 37
Decimal 188 212 31
Hex BC D4 1F

RGB Percentages of Color #bcd41f

%43.62
%49.19
%7.19

CMYK Percentages of Color #bcd41f

%11
%0
%85
%17

Triadic Colors of #bcd41f

#bcd41f #1fbcd4 #d41fbc

Analogous Colors of #bcd41f

#bcd41f #62d41f #d4921f

Monochromatic Colors of #bcd41f

#bcd41f

Complementary Color

#bcd41f #371fd4

#bcd41f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd41f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd41f Color CSS Codes

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

#bcd41f Text Font Color

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

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


#bcd41f Background Color

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

This div background color is #bcd41f


#bcd41f Border Color

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

This div border color is #bcd41f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd41f


Comments

No comments written yet.

Please login to write comment.