Color Hex Logo

#bcd44b Color Hex

#BCD44B
(188,212,75)
0 Favorites   0 Comments

Color spaces of #bcd44b

RGB 18821275
HSL0.200.610.56
HSV71°65°83°
CMYK 0.110.000.65   0.17
XYZ45.552558.286315.5061
Yxy58.28630.38170.4884
Hunter Lab76.3455-27.100341.3998
CIE-Lab80.8977-26.376262.6224

#bcd44b color RGB value is (188,212,75).

#bcd44b hex color red value is 188, green value is 212 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #bcd44b hue: 0.20 , saturation: 0.61 and the lightness value of bcd44b is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010100 01001011
Octal 274 324 113
Decimal 188 212 75
Hex BC D4 4B

RGB Percentages of Color #bcd44b

%39.58
%44.63
%15.79

CMYK Percentages of Color #bcd44b

%11
%0
%65
%17

Triadic Colors of #bcd44b

#bcd44b #4bbcd4 #d44bbc

Analogous Colors of #bcd44b

#bcd44b #78d44b #d4a84b

Monochromatic Colors of #bcd44b

#bcd44b

Complementary Color

#bcd44b #634bd4

#bcd44b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd44b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd44b Color CSS Codes

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

#bcd44b Text Font Color

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

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


#bcd44b Background Color

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

This div background color is #bcd44b


#bcd44b Border Color

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

This div border color is #bcd44b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd44b


Comments

No comments written yet.

Please login to write comment.