Color Hex Logo

#bcc264 Color Hex

#BCC264
(188,194,100)
0 Favorites   0 Comments

Color spaces of #bcc264

RGB 188194100
HSL0.180.440.58
HSV64°48°76°
CMYK 0.030.000.48   0.24
XYZ42.331150.195019.5141
Yxy50.19500.37780.4480
Hunter Lab70.8484-17.333133.2634
CIE-Lab76.1888-15.529346.1851

#bcc264 color RGB value is (188,194,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000010 01100100
Octal 274 302 144
Decimal 188 194 100
Hex BC C2 64

RGB Percentages of Color #bcc264

%39.00
%40.25
%20.75

CMYK Percentages of Color #bcc264

%3
%0
%48
%24

Triadic Colors of #bcc264

#bcc264 #64bcc2 #c264bc

Analogous Colors of #bcc264

#bcc264 #8dc264 #c29964

Monochromatic Colors of #bcc264

#bcc264

Complementary Color

#bcc264 #6a64c2

#bcc264 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc264 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc264 Color CSS Codes

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

#bcc264 Text Font Color

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

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


#bcc264 Background Color

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

This div background color is #bcc264


#bcc264 Border Color

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

This div border color is #bcc264


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc264


Comments

No comments written yet.

Please login to write comment.