Color Hex Logo

#bcc853 Color Hex

#BCC853
(188,200,83)
0 Favorites   0 Comments

Color spaces of #bcc853

RGB 18820083
HSL0.180.520.55
HSV66°59°78°
CMYK 0.060.000.59   0.22
XYZ42.954652.624516.0772
Yxy52.62450.38470.4713
Hunter Lab72.5427-21.254937.6398
CIE-Lab77.6528-19.974055.7609

#bcc853 color RGB value is (188,200,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001000 01010011
Octal 274 310 123
Decimal 188 200 83
Hex BC C8 53

RGB Percentages of Color #bcc853

%39.92
%42.46
%17.62

CMYK Percentages of Color #bcc853

%6
%0
%59
%22

Triadic Colors of #bcc853

#bcc853 #53bcc8 #c853bc

Analogous Colors of #bcc853

#bcc853 #82c853 #c89a53

Monochromatic Colors of #bcc853

#bcc853

Complementary Color

#bcc853 #5f53c8

#bcc853 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc853 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc853 Color CSS Codes

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

#bcc853 Text Font Color

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

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


#bcc853 Background Color

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

This div background color is #bcc853


#bcc853 Border Color

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

This div border color is #bcc853


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc853


Comments

No comments written yet.

Please login to write comment.