Color Hex Logo

#bdc636 Color Hex

#BDC636
(189,198,54)
0 Favorites   0 Comments

Color spaces of #bdc636

RGB 18919854
HSL0.180.570.49
HSV64°73°78°
CMYK 0.050.000.73   0.22
XYZ41.846251.473311.2198
Yxy51.47330.40030.4924
Hunter Lab71.7449-21.441040.9494
CIE-Lab76.9648-20.337966.5197

#bdc636 color RGB value is (189,198,54).

#bdc636 hex color red value is 189, green value is 198 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #bdc636 hue: 0.18 , saturation: 0.57 and the lightness value of bdc636 is 0.49.

The process color (four color CMYK) of #bdc636 color hex is 0.05, 0.00, 0.73, 0.22. Web safe color of #bdc636 is #cccc33. Color #bdc636 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000110 00110110
Octal 275 306 66
Decimal 189 198 54
Hex BD C6 36

RGB Percentages of Color #bdc636

%42.86
%44.90
%12.24

CMYK Percentages of Color #bdc636

%5
%0
%73
%22

Triadic Colors of #bdc636

#bdc636 #36bdc6 #c636bd

Analogous Colors of #bdc636

#bdc636 #75c636 #c68736

Monochromatic Colors of #bdc636

#bdc636

Complementary Color

#bdc636 #3f36c6

#bdc636 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc636 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc636 Color CSS Codes

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

#bdc636 Text Font Color

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

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


#bdc636 Background Color

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

This div background color is #bdc636


#bdc636 Border Color

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

This div border color is #bdc636


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,198,54, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc636


Comments

No comments written yet.

Please login to write comment.