Color Hex Logo

#bdd432 Color Hex

#BDD432
(189,212,50)
0 Favorites   0 Comments

Color spaces of #bdd432

RGB 18921250
HSL0.190.650.51
HSV69°76°83°
CMYK 0.110.000.76   0.17
XYZ45.105558.136111.8617
Yxy58.13610.39190.5051
Hunter Lab76.2470-27.837044.1492
CIE-Lab80.8144-27.301371.4018

#bdd432 color RGB value is (189,212,50).

#bdd432 hex color red value is 189, green value is 212 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #bdd432 hue: 0.19 , saturation: 0.65 and the lightness value of bdd432 is 0.51.

The process color (four color CMYK) of #bdd432 color hex is 0.11, 0.00, 0.76, 0.17. Web safe color of #bdd432 is #cccc33. Color #bdd432 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010100 00110010
Octal 275 324 62
Decimal 189 212 50
Hex BD D4 32

RGB Percentages of Color #bdd432

%41.91
%47.01
%11.09

CMYK Percentages of Color #bdd432

%11
%0
%76
%17

Triadic Colors of #bdd432

#bdd432 #32bdd4 #d432bd

Analogous Colors of #bdd432

#bdd432 #6cd432 #d49a32

Monochromatic Colors of #bdd432

#bdd432

Complementary Color

#bdd432 #4932d4

#bdd432 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd432 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd432 Color CSS Codes

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

#bdd432 Text Font Color

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

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


#bdd432 Background Color

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

This div background color is #bdd432


#bdd432 Border Color

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

This div border color is #bdd432


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd432


Comments

No comments written yet.

Please login to write comment.