Color Hex Logo

#bdcd34 Color Hex

#BDCD34
(189,205,52)
0 Favorites   0 Comments

Color spaces of #bdcd34

RGB 18920552
HSL0.180.600.50
HSV66°75°80°
CMYK 0.080.000.75   0.20
XYZ43.437454.729411.5232
Yxy54.72940.39600.4989
Hunter Lab73.9793-24.656542.5504
CIE-Lab78.8851-23.853768.9929

#bdcd34 color RGB value is (189,205,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001101 00110100
Octal 275 315 64
Decimal 189 205 52
Hex BD CD 34

RGB Percentages of Color #bdcd34

%42.38
%45.96
%11.66

CMYK Percentages of Color #bdcd34

%8
%0
%75
%20

Triadic Colors of #bdcd34

#bdcd34 #34bdcd #cd34bd

Analogous Colors of #bdcd34

#bdcd34 #71cd34 #cd9134

Monochromatic Colors of #bdcd34

#bdcd34

Complementary Color

#bdcd34 #4434cd

#bdcd34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcd34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcd34 Color CSS Codes

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

#bdcd34 Text Font Color

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

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


#bdcd34 Background Color

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

This div background color is #bdcd34


#bdcd34 Border Color

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

This div border color is #bdcd34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcd34


Comments

No comments written yet.

Please login to write comment.