Color Hex Logo

#bcc263 Color Hex

#BCC263
(188,194,99)
0 Favorites   0 Comments

Color spaces of #bcc263

RGB 18819499
HSL0.180.440.57
HSV64°49°76°
CMYK 0.030.000.49   0.24
XYZ42.283050.175819.2607
Yxy50.17580.37850.4491
Hunter Lab70.8349-17.410233.4629
CIE-Lab76.1770-15.623346.6550

#bcc263 color RGB value is (188,194,99).

#bcc263 hex color red value is 188, green value is 194 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #bcc263 hue: 0.18 , saturation: 0.44 and the lightness value of bcc263 is 0.57.

The process color (four color CMYK) of #bcc263 color hex is 0.03, 0.00, 0.49, 0.24. Web safe color of #bcc263 is #cccc66. Color #bcc263 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000010 01100011
Octal 274 302 143
Decimal 188 194 99
Hex BC C2 63

RGB Percentages of Color #bcc263

%39.09
%40.33
%20.58

CMYK Percentages of Color #bcc263

%3
%0
%49
%24

Triadic Colors of #bcc263

#bcc263 #63bcc2 #c263bc

Analogous Colors of #bcc263

#bcc263 #8dc263 #c29963

Monochromatic Colors of #bcc263

#bcc263

Complementary Color

#bcc263 #6963c2

#bcc263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc263 Color CSS Codes

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

#bcc263 Text Font Color

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

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


#bcc263 Background Color

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

This div background color is #bcc263


#bcc263 Border Color

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

This div border color is #bcc263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc263


Comments

No comments written yet.

Please login to write comment.