Color Hex Logo

#bcc653 Color Hex

#BCC653
(188,198,83)
0 Favorites   0 Comments

Color spaces of #bcc653

RGB 18819883
HSL0.180.500.55
HSV65°58°78°
CMYK 0.050.000.58   0.22
XYZ42.494551.704115.9238
Yxy51.70410.38590.4695
Hunter Lab71.9056-20.345437.2039
CIE-Lab77.1036-18.981655.1513

#bcc653 color RGB value is (188,198,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000110 01010011
Octal 274 306 123
Decimal 188 198 83
Hex BC C6 53

RGB Percentages of Color #bcc653

%40.09
%42.22
%17.70

CMYK Percentages of Color #bcc653

%5
%0
%58
%22

Triadic Colors of #bcc653

#bcc653 #53bcc6 #c653bc

Analogous Colors of #bcc653

#bcc653 #83c653 #c69753

Monochromatic Colors of #bcc653

#bcc653

Complementary Color

#bcc653 #5d53c6

#bcc653 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc653 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc653 Color CSS Codes

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

#bcc653 Text Font Color

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

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


#bcc653 Background Color

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

This div background color is #bcc653


#bcc653 Border Color

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

This div border color is #bcc653


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc653


Comments

No comments written yet.

Please login to write comment.