Color Hex Logo

#bdce37 Color Hex

#BDCE37
(189,206,55)
0 Favorites   0 Comments

Color spaces of #bdce37

RGB 18920655
HSL0.190.610.51
HSV67°73°81°
CMYK 0.080.000.73   0.19
XYZ43.747255.237311.9706
Yxy55.23730.39430.4978
Hunter Lab74.3218-24.994742.4757
CIE-Lab79.1778-24.201668.2886

#bdce37 color RGB value is (189,206,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001110 00110111
Octal 275 316 67
Decimal 189 206 55
Hex BD CE 37

RGB Percentages of Color #bdce37

%42.00
%45.78
%12.22

CMYK Percentages of Color #bdce37

%8
%0
%73
%19

Triadic Colors of #bdce37

#bdce37 #37bdce #ce37bd

Analogous Colors of #bdce37

#bdce37 #72ce37 #ce9437

Monochromatic Colors of #bdce37

#bdce37

Complementary Color

#bdce37 #4837ce

#bdce37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdce37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdce37 Color CSS Codes

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

#bdce37 Text Font Color

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

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


#bdce37 Background Color

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

This div background color is #bdce37


#bdce37 Border Color

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

This div border color is #bdce37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdce37


Comments

No comments written yet.

Please login to write comment.