Color Hex Logo

#bdcd39 Color Hex

#BDCD39
(189,205,57)
0 Favorites   0 Comments

Color spaces of #bdcd39

RGB 18920557
HSL0.180.600.51
HSV66°72°80°
CMYK 0.080.000.72   0.20
XYZ43.556154.776912.1482
Yxy54.77690.39420.4958
Hunter Lab74.0114-24.471842.0762
CIE-Lab78.9126-23.621567.3599

#bdcd39 color RGB value is (189,205,57).

#bdcd39 hex color red value is 189, green value is 205 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #bdcd39 hue: 0.18 , saturation: 0.60 and the lightness value of bdcd39 is 0.51.

The process color (four color CMYK) of #bdcd39 color hex is 0.08, 0.00, 0.72, 0.20. Web safe color of #bdcd39 is #cccc33. Color #bdcd39 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001101 00111001
Octal 275 315 71
Decimal 189 205 57
Hex BD CD 39

RGB Percentages of Color #bdcd39

%41.91
%45.45
%12.64

CMYK Percentages of Color #bdcd39

%8
%0
%72
%20

Triadic Colors of #bdcd39

#bdcd39 #39bdcd #cd39bd

Analogous Colors of #bdcd39

#bdcd39 #73cd39 #cd9339

Monochromatic Colors of #bdcd39

#bdcd39

Complementary Color

#bdcd39 #4939cd

#bdcd39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcd39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcd39 Color CSS Codes

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

#bdcd39 Text Font Color

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

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


#bdcd39 Background Color

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

This div background color is #bdcd39


#bdcd39 Border Color

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

This div border color is #bdcd39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcd39


Comments

No comments written yet.

Please login to write comment.