Color Hex Logo

#bcc754 Color Hex

#BCC754
(188,199,84)
0 Favorites   0 Comments

Color spaces of #bcc754

RGB 18819984
HSL0.180.510.55
HSV66°58°78°
CMYK 0.060.000.58   0.22
XYZ42.762752.178316.2051
Yxy52.17830.38470.4695
Hunter Lab72.2345-20.738837.2631
CIE-Lab77.3873-19.402155.0237

#bcc754 color RGB value is (188,199,84).

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

The process color (four color CMYK) of #bcc754 color hex is 0.06, 0.00, 0.58, 0.22. Web safe color of #bcc754 is #cccc66. Color #bcc754 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000111 01010100
Octal 274 307 124
Decimal 188 199 84
Hex BC C7 54

RGB Percentages of Color #bcc754

%39.92
%42.25
%17.83

CMYK Percentages of Color #bcc754

%6
%0
%58
%22

Triadic Colors of #bcc754

#bcc754 #54bcc7 #c754bc

Analogous Colors of #bcc754

#bcc754 #83c754 #c79954

Monochromatic Colors of #bcc754

#bcc754

Complementary Color

#bcc754 #5f54c7

#bcc754 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc754 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc754 Color CSS Codes

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

#bcc754 Text Font Color

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

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


#bcc754 Background Color

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

This div background color is #bcc754


#bcc754 Border Color

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

This div border color is #bcc754


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc754


Comments

No comments written yet.

Please login to write comment.