Color Hex Logo

#bcd354 Color Hex

#BCD354
(188,211,84)
0 Favorites   0 Comments

Color spaces of #bcd354

RGB 18821184
HSL0.200.590.58
HSV71°60°83°
CMYK 0.110.000.60   0.17
XYZ45.633557.920017.1620
Yxy57.92000.37800.4798
Hunter Lab76.1052-26.153539.9035
CIE-Lab80.6943-25.267758.6789

#bcd354 color RGB value is (188,211,84).

#bcd354 hex color red value is 188, green value is 211 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #bcd354 hue: 0.20 , saturation: 0.59 and the lightness value of bcd354 is 0.58.

The process color (four color CMYK) of #bcd354 color hex is 0.11, 0.00, 0.60, 0.17. Web safe color of #bcd354 is #cccc66. Color #bcd354 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010011 01010100
Octal 274 323 124
Decimal 188 211 84
Hex BC D3 54

RGB Percentages of Color #bcd354

%38.92
%43.69
%17.39

CMYK Percentages of Color #bcd354

%11
%0
%60
%17

Triadic Colors of #bcd354

#bcd354 #54bcd3 #d354bc

Analogous Colors of #bcd354

#bcd354 #7dd354 #d3ab54

Monochromatic Colors of #bcd354

#bcd354

Complementary Color

#bcd354 #6b54d3

#bcd354 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd354 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd354 Color CSS Codes

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

#bcd354 Text Font Color

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

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


#bcd354 Background Color

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

This div background color is #bcd354


#bcd354 Border Color

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

This div border color is #bcd354


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd354


Comments

No comments written yet.

Please login to write comment.