Color Hex Logo

#bcbe27 Color Hex

#BCBE27
(188,190,39)
0 Favorites   0 Comments

Color spaces of #bcbe27

RGB 18819039
HSL0.170.660.45
HSV61°79°75°
CMYK 0.010.000.79   0.25
XYZ39.518747.66489.0368
Yxy47.66480.41070.4954
Hunter Lab69.0397-18.645140.5672
CIE-Lab74.6130-17.387968.9895

#bcbe27 color RGB value is (188,190,39).

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

The process color (four color CMYK) of #bcbe27 color hex is 0.01, 0.00, 0.79, 0.25. Web safe color of #bcbe27 is #cccc33. Color #bcbe27 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111110 00100111
Octal 274 276 47
Decimal 188 190 39
Hex BC BE 27

RGB Percentages of Color #bcbe27

%45.08
%45.56
%9.35

CMYK Percentages of Color #bcbe27

%1
%0
%79
%25

Triadic Colors of #bcbe27

#bcbe27 #27bcbe #be27bc

Analogous Colors of #bcbe27

#bcbe27 #71be27 #be7527

Monochromatic Colors of #bcbe27

#bcbe27

Complementary Color

#bcbe27 #2927be

#bcbe27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbe27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbe27 Color CSS Codes

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

#bcbe27 Text Font Color

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

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


#bcbe27 Background Color

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

This div background color is #bcbe27


#bcbe27 Border Color

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

This div border color is #bcbe27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbe27


Comments

No comments written yet.

Please login to write comment.