Color Hex Logo

#bcbe68 Color Hex

#BCBE68
(188,190,104)
0 Favorites   0 Comments

Color spaces of #bcbe68

RGB 188190104
HSL0.170.400.58
HSV61°45°75°
CMYK 0.010.000.45   0.25
XYZ41.651248.517820.2663
Yxy48.51780.37720.4393
Hunter Lab69.6547-15.158731.5077
CIE-Lab75.1504-13.108642.9640

#bcbe68 color RGB value is (188,190,104).

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

The process color (four color CMYK) of #bcbe68 color hex is 0.01, 0.00, 0.45, 0.25. Web safe color of #bcbe68 is #cccc66. Color #bcbe68 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111110 01101000
Octal 274 276 150
Decimal 188 190 104
Hex BC BE 68

RGB Percentages of Color #bcbe68

%39.00
%39.42
%21.58

CMYK Percentages of Color #bcbe68

%1
%0
%45
%25

Triadic Colors of #bcbe68

#bcbe68 #68bcbe #be68bc

Analogous Colors of #bcbe68

#bcbe68 #91be68 #be9568

Monochromatic Colors of #bcbe68

#bcbe68

Complementary Color

#bcbe68 #6a68be

#bcbe68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbe68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbe68 Color CSS Codes

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

#bcbe68 Text Font Color

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

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


#bcbe68 Background Color

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

This div background color is #bcbe68


#bcbe68 Border Color

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

This div border color is #bcbe68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbe68


Comments

No comments written yet.

Please login to write comment.