Color Hex Logo

#bcc554 Color Hex

#BCC554
(188,197,84)
0 Favorites   0 Comments

Color spaces of #bcc554

RGB 18819784
HSL0.180.490.55
HSV65°57°77°
CMYK 0.050.000.57   0.23
XYZ42.305551.264016.0527
Yxy51.26400.38590.4676
Hunter Lab71.5989-19.828136.8262
CIE-Lab76.8387-18.407454.4110

#bcc554 color RGB value is (188,197,84).

#bcc554 hex color red value is 188, green value is 197 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #bcc554 hue: 0.18 , saturation: 0.49 and the lightness value of bcc554 is 0.55.

The process color (four color CMYK) of #bcc554 color hex is 0.05, 0.00, 0.57, 0.23. Web safe color of #bcc554 is #cccc66. Color #bcc554 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000101 01010100
Octal 274 305 124
Decimal 188 197 84
Hex BC C5 54

RGB Percentages of Color #bcc554

%40.09
%42.00
%17.91

CMYK Percentages of Color #bcc554

%5
%0
%57
%23

Triadic Colors of #bcc554

#bcc554 #54bcc5 #c554bc

Analogous Colors of #bcc554

#bcc554 #84c554 #c59654

Monochromatic Colors of #bcc554

#bcc554

Complementary Color

#bcc554 #5d54c5

#bcc554 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc554 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc554 Color CSS Codes

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

#bcc554 Text Font Color

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

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


#bcc554 Background Color

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

This div background color is #bcc554


#bcc554 Border Color

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

This div border color is #bcc554


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc554


Comments

No comments written yet.

Please login to write comment.