Color Hex Logo

#bcd32f Color Hex

#BCD32F
(188,211,47)
0 Favorites   0 Comments

Color spaces of #bcd32f

RGB 18821147
HSL0.190.650.51
HSV68°78°83°
CMYK 0.110.000.78   0.17
XYZ44.546457.485111.4372
Yxy57.48510.39260.5066
Hunter Lab75.8189-27.807844.1294
CIE-Lab80.4517-27.355971.9298

#bcd32f color RGB value is (188,211,47).

#bcd32f hex color red value is 188, green value is 211 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #bcd32f hue: 0.19 , saturation: 0.65 and the lightness value of bcd32f is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010011 00101111
Octal 274 323 57
Decimal 188 211 47
Hex BC D3 2F

RGB Percentages of Color #bcd32f

%42.15
%47.31
%10.54

CMYK Percentages of Color #bcd32f

%11
%0
%78
%17

Triadic Colors of #bcd32f

#bcd32f #2fbcd3 #d32fbc

Analogous Colors of #bcd32f

#bcd32f #6ad32f #d3982f

Monochromatic Colors of #bcd32f

#bcd32f

Complementary Color

#bcd32f #462fd3

#bcd32f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd32f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd32f Color CSS Codes

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

#bcd32f Text Font Color

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

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


#bcd32f Background Color

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

This div background color is #bcd32f


#bcd32f Border Color

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

This div border color is #bcd32f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd32f


Comments

No comments written yet.

Please login to write comment.