Color Hex Logo

#bdd634 Color Hex

#BDD634
(189,214,52)
0 Favorites   0 Comments

Color spaces of #bdd634

RGB 18921452
HSL0.190.660.52
HSV69°76°84°
CMYK 0.120.000.76   0.16
XYZ45.652759.159912.2617
Yxy59.15990.38990.5053
Hunter Lab76.9155-28.654544.3889
CIE-Lab81.3794-28.165971.3141

#bdd634 color RGB value is (189,214,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010110 00110100
Octal 275 326 64
Decimal 189 214 52
Hex BD D6 34

RGB Percentages of Color #bdd634

%41.54
%47.03
%11.43

CMYK Percentages of Color #bdd634

%12
%0
%76
%16

Triadic Colors of #bdd634

#bdd634 #34bdd6 #d634bd

Analogous Colors of #bdd634

#bdd634 #6cd634 #d69e34

Monochromatic Colors of #bdd634

#bdd634

Complementary Color

#bdd634 #4d34d6

#bdd634 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd634 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd634 Color CSS Codes

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

#bdd634 Text Font Color

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

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


#bdd634 Background Color

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

This div background color is #bdd634


#bdd634 Border Color

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

This div border color is #bdd634


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd634


Comments

No comments written yet.

Please login to write comment.