Color Hex Logo

#bcc054 Color Hex

#BCC054
(188,192,84)
0 Favorites   0 Comments

Color spaces of #bcc054

RGB 18819284
HSL0.170.460.54
HSV62°56°75°
CMYK 0.020.000.56   0.25
XYZ41.188949.030715.6805
Yxy49.03070.38890.4630
Hunter Lab70.0219-17.539635.7381
CIE-Lab75.4704-15.898652.8750

#bcc054 color RGB value is (188,192,84).

#bcc054 hex color red value is 188, green value is 192 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #bcc054 hue: 0.17 , saturation: 0.46 and the lightness value of bcc054 is 0.54.

The process color (four color CMYK) of #bcc054 color hex is 0.02, 0.00, 0.56, 0.25. Web safe color of #bcc054 is #cccc66. Color #bcc054 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000000 01010100
Octal 274 300 124
Decimal 188 192 84
Hex BC C0 54

RGB Percentages of Color #bcc054

%40.52
%41.38
%18.10

CMYK Percentages of Color #bcc054

%2
%0
%56
%25

Triadic Colors of #bcc054

#bcc054 #54bcc0 #c054bc

Analogous Colors of #bcc054

#bcc054 #86c054 #c08e54

Monochromatic Colors of #bcc054

#bcc054

Complementary Color

#bcc054 #5854c0

#bcc054 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc054 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc054 Color CSS Codes

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

#bcc054 Text Font Color

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

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


#bcc054 Background Color

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

This div background color is #bcc054


#bcc054 Border Color

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

This div border color is #bcc054


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,192,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 #bcc054">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc054


Comments

No comments written yet.

Please login to write comment.