Color Hex Logo

#bcbd65 Color Hex

#BCBD65
(188,189,101)
0 Favorites   0 Comments

Color spaces of #bcbd65

RGB 188189101
HSL0.170.400.57
HSV61°47°74°
CMYK 0.010.000.47   0.26
XYZ41.285648.026119.4059
Yxy48.02610.37980.4418
Hunter Lab69.3009-14.936131.9080
CIE-Lab74.8414-12.891344.0707

#bcbd65 color RGB value is (188,189,101).

#bcbd65 hex color red value is 188, green value is 189 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #bcbd65 hue: 0.17 , saturation: 0.40 and the lightness value of bcbd65 is 0.57.

The process color (four color CMYK) of #bcbd65 color hex is 0.01, 0.00, 0.47, 0.26. Web safe color of #bcbd65 is #cccc66. Color #bcbd65 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111101 01100101
Octal 274 275 145
Decimal 188 189 101
Hex BC BD 65

RGB Percentages of Color #bcbd65

%39.33
%39.54
%21.13

CMYK Percentages of Color #bcbd65

%1
%0
%47
%26

Triadic Colors of #bcbd65

#bcbd65 #65bcbd #bd65bc

Analogous Colors of #bcbd65

#bcbd65 #90bd65 #bd9265

Monochromatic Colors of #bcbd65

#bcbd65

Complementary Color

#bcbd65 #6665bd

#bcbd65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbd65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbd65 Color CSS Codes

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

#bcbd65 Text Font Color

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

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


#bcbd65 Background Color

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

This div background color is #bcbd65


#bcbd65 Border Color

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

This div border color is #bcbd65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbd65


Comments

No comments written yet.

Please login to write comment.