Color Hex Logo

#bdd835 Color Hex

#BDD835
(189,216,53)
0 Favorites   0 Comments

Color spaces of #bdd835

RGB 18921653
HSL0.190.680.53
HSV70°75°85°
CMYK 0.130.000.75   0.15
XYZ46.184760.187612.5513
Yxy60.18760.38840.5061
Hunter Lab77.5807-29.503044.7143
CIE-Lab81.9401-29.067371.5263

#bdd835 color RGB value is (189,216,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011000 00110101
Octal 275 330 65
Decimal 189 216 53
Hex BD D8 35

RGB Percentages of Color #bdd835

%41.27
%47.16
%11.57

CMYK Percentages of Color #bdd835

%13
%0
%75
%15

Triadic Colors of #bdd835

#bdd835 #35bdd8 #d835bd

Analogous Colors of #bdd835

#bdd835 #6cd835 #d8a235

Monochromatic Colors of #bdd835

#bdd835

Complementary Color

#bdd835 #5035d8

#bdd835 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd835 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd835 Color CSS Codes

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

#bdd835 Text Font Color

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

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


#bdd835 Background Color

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

This div background color is #bdd835


#bdd835 Border Color

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

This div border color is #bdd835


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd835


Comments

No comments written yet.

Please login to write comment.