Color Hex Logo

#bcc265 Color Hex

#BCC265
(188,194,101)
0 Favorites   0 Comments

Color spaces of #bcc265

RGB 188194101
HSL0.180.430.58
HSV64°48°76°
CMYK 0.030.000.48   0.24
XYZ42.379850.214519.7706
Yxy50.21450.37720.4469
Hunter Lab70.8622-17.255233.0616
CIE-Lab76.2007-15.434445.7137

#bcc265 color RGB value is (188,194,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000010 01100101
Octal 274 302 145
Decimal 188 194 101
Hex BC C2 65

RGB Percentages of Color #bcc265

%38.92
%40.17
%20.91

CMYK Percentages of Color #bcc265

%3
%0
%48
%24

Triadic Colors of #bcc265

#bcc265 #65bcc2 #c265bc

Analogous Colors of #bcc265

#bcc265 #8ec265 #c29a65

Monochromatic Colors of #bcc265

#bcc265

Complementary Color

#bcc265 #6b65c2

#bcc265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc265 Color CSS Codes

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

#bcc265 Text Font Color

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

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


#bcc265 Background Color

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

This div background color is #bcc265


#bcc265 Border Color

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

This div border color is #bcc265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc265


Comments

No comments written yet.

Please login to write comment.