Color Hex Logo

#bcd440 Color Hex

#BCD440
(188,212,64)
0 Favorites   0 Comments

Color spaces of #bcd440

RGB 18821264
HSL0.190.630.54
HSV70°70°83°
CMYK 0.110.000.70   0.17
XYZ45.207958.148513.6916
Yxy58.14850.38620.4968
Hunter Lab76.2552-27.622842.7331
CIE-Lab80.8213-27.036066.7347

#bcd440 color RGB value is (188,212,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010100 01000000
Octal 274 324 100
Decimal 188 212 64
Hex BC D4 40

RGB Percentages of Color #bcd440

%40.52
%45.69
%13.79

CMYK Percentages of Color #bcd440

%11
%0
%70
%17

Triadic Colors of #bcd440

#bcd440 #40bcd4 #d440bc

Analogous Colors of #bcd440

#bcd440 #72d440 #d4a240

Monochromatic Colors of #bcd440

#bcd440

Complementary Color

#bcd440 #5840d4

#bcd440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd440 Color CSS Codes

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

#bcd440 Text Font Color

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

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


#bcd440 Background Color

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

This div background color is #bcd440


#bcd440 Border Color

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

This div border color is #bcd440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd440


Comments

No comments written yet.

Please login to write comment.