Color Hex Logo

#bdd636 Color Hex

#BDD636
(189,214,54)
0 Favorites   0 Comments

Color spaces of #bdd636

RGB 18921454
HSL0.190.660.53
HSV69°75°84°
CMYK 0.120.000.75   0.16
XYZ45.698759.178312.5040
Yxy59.17830.38930.5042
Hunter Lab76.9274-28.585244.2120
CIE-Lab81.3895-28.077970.6995

#bdd636 color RGB value is (189,214,54).

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

The process color (four color CMYK) of #bdd636 color hex is 0.12, 0.00, 0.75, 0.16. Web safe color of #bdd636 is #cccc33. Color #bdd636 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010110 00110110
Octal 275 326 66
Decimal 189 214 54
Hex BD D6 36

RGB Percentages of Color #bdd636

%41.36
%46.83
%11.82

CMYK Percentages of Color #bdd636

%12
%0
%75
%16

Triadic Colors of #bdd636

#bdd636 #36bdd6 #d636bd

Analogous Colors of #bdd636

#bdd636 #6dd636 #d69f36

Monochromatic Colors of #bdd636

#bdd636

Complementary Color

#bdd636 #4f36d6

#bdd636 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd636 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd636 Color CSS Codes

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

#bdd636 Text Font Color

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

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


#bdd636 Background Color

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

This div background color is #bdd636


#bdd636 Border Color

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

This div border color is #bdd636


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd636


Comments

No comments written yet.

Please login to write comment.