Color Hex Logo

#bdd834 Color Hex

#BDD834
(189,216,52)
0 Favorites   0 Comments

Color spaces of #bdd834

RGB 18921652
HSL0.190.680.53
HSV70°76°85°
CMYK 0.130.000.76   0.15
XYZ46.162060.178512.4314
Yxy60.17850.38870.5067
Hunter Lab77.5748-29.536944.8011
CIE-Lab81.9351-29.110471.8287

#bdd834 color RGB value is (189,216,52).

#bdd834 hex color red value is 189, green value is 216 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #bdd834 hue: 0.19 , saturation: 0.68 and the lightness value of bdd834 is 0.53.

The process color (four color CMYK) of #bdd834 color hex is 0.13, 0.00, 0.76, 0.15. Web safe color of #bdd834 is #cccc33. Color #bdd834 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011000 00110100
Octal 275 330 64
Decimal 189 216 52
Hex BD D8 34

RGB Percentages of Color #bdd834

%41.36
%47.26
%11.38

CMYK Percentages of Color #bdd834

%13
%0
%76
%15

Triadic Colors of #bdd834

#bdd834 #34bdd8 #d834bd

Analogous Colors of #bdd834

#bdd834 #6bd834 #d8a134

Monochromatic Colors of #bdd834

#bdd834

Complementary Color

#bdd834 #4f34d8

#bdd834 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd834 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd834 Color CSS Codes

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

#bdd834 Text Font Color

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

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


#bdd834 Background Color

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

This div background color is #bdd834


#bdd834 Border Color

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

This div border color is #bdd834


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,216,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 #bdd834">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd834


Comments

No comments written yet.

Please login to write comment.