Color Hex Logo

#bdcd2d Color Hex

#BDCD2D
(189,205,45)
0 Favorites   0 Comments

Color spaces of #bdcd2d

RGB 18920545
HSL0.180.640.49
HSV66°78°80°
CMYK 0.080.000.78   0.20
XYZ43.291254.670910.7535
Yxy54.67090.39820.5029
Hunter Lab73.9398-24.884143.1349
CIE-Lab78.8513-24.140571.0897

#bdcd2d color RGB value is (189,205,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001101 00101101
Octal 275 315 55
Decimal 189 205 45
Hex BD CD 2D

RGB Percentages of Color #bdcd2d

%43.05
%46.70
%10.25

CMYK Percentages of Color #bdcd2d

%8
%0
%78
%20

Triadic Colors of #bdcd2d

#bdcd2d #2dbdcd #cd2dbd

Analogous Colors of #bdcd2d

#bdcd2d #6dcd2d #cd8d2d

Monochromatic Colors of #bdcd2d

#bdcd2d

Complementary Color

#bdcd2d #3d2dcd

#bdcd2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcd2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcd2d Color CSS Codes

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

#bdcd2d Text Font Color

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

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


#bdcd2d Background Color

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

This div background color is #bdcd2d


#bdcd2d Border Color

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

This div border color is #bdcd2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcd2d


Comments

No comments written yet.

Please login to write comment.