Color Hex Logo

#bcc547 Color Hex

#BCC547
(188,197,71)
0 Favorites   0 Comments

Color spaces of #bcc547

RGB 18819771
HSL0.180.520.53
HSV64°64°77°
CMYK 0.050.000.64   0.23
XYZ41.842651.078813.6151
Yxy51.07880.39280.4794
Hunter Lab71.4694-20.566638.7337
CIE-Lab76.7267-19.322459.8621

#bcc547 color RGB value is (188,197,71).

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

The process color (four color CMYK) of #bcc547 color hex is 0.05, 0.00, 0.64, 0.23. Web safe color of #bcc547 is #cccc33. Color #bcc547 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000101 01000111
Octal 274 305 107
Decimal 188 197 71
Hex BC C5 47

RGB Percentages of Color #bcc547

%41.23
%43.20
%15.57

CMYK Percentages of Color #bcc547

%5
%0
%64
%23

Triadic Colors of #bcc547

#bcc547 #47bcc5 #c547bc

Analogous Colors of #bcc547

#bcc547 #7dc547 #c58f47

Monochromatic Colors of #bcc547

#bcc547

Complementary Color

#bcc547 #5047c5

#bcc547 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc547 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc547 Color CSS Codes

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

#bcc547 Text Font Color

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

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


#bcc547 Background Color

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

This div background color is #bcc547


#bcc547 Border Color

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

This div border color is #bcc547


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc547


Comments

No comments written yet.

Please login to write comment.