Color Hex Logo

#bdcd54 Color Hex

#BDCD54
(189,205,84)
0 Favorites   0 Comments

Color spaces of #bdcd54

RGB 18920584
HSL0.190.550.57
HSV68°59°80°
CMYK 0.080.000.59   0.20
XYZ44.417855.121616.6860
Yxy55.12160.38220.4743
Hunter Lab74.2439-23.135938.6456
CIE-Lab79.1113-21.952456.9578

#bdcd54 color RGB value is (189,205,84).

#bdcd54 hex color red value is 189, green value is 205 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #bdcd54 hue: 0.19 , saturation: 0.55 and the lightness value of bdcd54 is 0.57.

The process color (four color CMYK) of #bdcd54 color hex is 0.08, 0.00, 0.59, 0.20. Web safe color of #bdcd54 is #cccc66. Color #bdcd54 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001101 01010100
Octal 275 315 124
Decimal 189 205 84
Hex BD CD 54

RGB Percentages of Color #bdcd54

%39.54
%42.89
%17.57

CMYK Percentages of Color #bdcd54

%8
%0
%59
%20

Triadic Colors of #bdcd54

#bdcd54 #54bdcd #cd54bd

Analogous Colors of #bdcd54

#bdcd54 #81cd54 #cda154

Monochromatic Colors of #bdcd54

#bdcd54

Complementary Color

#bdcd54 #6454cd

#bdcd54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcd54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcd54 Color CSS Codes

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

#bdcd54 Text Font Color

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

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


#bdcd54 Background Color

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

This div background color is #bdcd54


#bdcd54 Border Color

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

This div border color is #bdcd54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcd54


Comments

No comments written yet.

Please login to write comment.