Color Hex Logo

#bcbd27 Color Hex

#BCBD27
(188,189,39)
0 Favorites   0 Comments

Color spaces of #bcbd27

RGB 18818939
HSL0.170.660.45
HSV60°79°74°
CMYK 0.010.000.79   0.26
XYZ39.302847.23308.9649
Yxy47.23300.41150.4946
Hunter Lab68.7263-18.191440.3744
CIE-Lab74.3386-16.885768.7483

#bcbd27 color RGB value is (188,189,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111101 00100111
Octal 274 275 47
Decimal 188 189 39
Hex BC BD 27

RGB Percentages of Color #bcbd27

%45.19
%45.43
%9.38

CMYK Percentages of Color #bcbd27

%1
%0
%79
%26

Triadic Colors of #bcbd27

#bcbd27 #27bcbd #bd27bc

Analogous Colors of #bcbd27

#bcbd27 #71bd27 #bd7327

Monochromatic Colors of #bcbd27

#bcbd27

Complementary Color

#bcbd27 #2827bd

#bcbd27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbd27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbd27 Color CSS Codes

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

#bcbd27 Text Font Color

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

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


#bcbd27 Background Color

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

This div background color is #bcbd27


#bcbd27 Border Color

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

This div border color is #bcbd27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbd27


Comments

No comments written yet.

Please login to write comment.