Color Hex Logo

#bdce36 Color Hex

#BDCE36
(189,206,54)
0 Favorites   0 Comments

Color spaces of #bdce36

RGB 18920654
HSL0.190.610.51
HSV67°74°81°
CMYK 0.080.000.74   0.19
XYZ43.723455.227811.8456
Yxy55.22780.39460.4985
Hunter Lab74.3154-25.031742.5702
CIE-Lab79.1723-24.248168.6139

#bdce36 color RGB value is (189,206,54).

#bdce36 hex color red value is 189, green value is 206 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #bdce36 hue: 0.19 , saturation: 0.61 and the lightness value of bdce36 is 0.51.

The process color (four color CMYK) of #bdce36 color hex is 0.08, 0.00, 0.74, 0.19. Web safe color of #bdce36 is #cccc33. Color #bdce36 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001110 00110110
Octal 275 316 66
Decimal 189 206 54
Hex BD CE 36

RGB Percentages of Color #bdce36

%42.09
%45.88
%12.03

CMYK Percentages of Color #bdce36

%8
%0
%74
%19

Triadic Colors of #bdce36

#bdce36 #36bdce #ce36bd

Analogous Colors of #bdce36

#bdce36 #71ce36 #ce9336

Monochromatic Colors of #bdce36

#bdce36

Complementary Color

#bdce36 #4736ce

#bdce36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdce36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdce36 Color CSS Codes

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

#bdce36 Text Font Color

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

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


#bdce36 Background Color

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

This div background color is #bdce36


#bdce36 Border Color

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

This div border color is #bdce36


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdce36


Comments

No comments written yet.

Please login to write comment.