Color Hex Logo

#bdd384 Color Hex

#BDD384
(189,211,132)
0 Favorites   0 Comments

Color spaces of #bdd384

RGB 189211132
HSL0.210.470.67
HSV77°37°83°
CMYK 0.100.000.37   0.17
XYZ48.445459.073330.6787
Yxy59.07330.35060.4275
Hunter Lab76.8592-21.992530.1355
CIE-Lab81.3319-20.133936.6976

#bdd384 color RGB value is (189,211,132).

#bdd384 hex color red value is 189, green value is 211 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #bdd384 hue: 0.21 , saturation: 0.47 and the lightness value of bdd384 is 0.67.

The process color (four color CMYK) of #bdd384 color hex is 0.10, 0.00, 0.37, 0.17. Web safe color of #bdd384 is #cccc99. Color #bdd384 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010011 10000100
Octal 275 323 204
Decimal 189 211 132
Hex BD D3 84

RGB Percentages of Color #bdd384

%35.53
%39.66
%24.81

CMYK Percentages of Color #bdd384

%10
%0
%37
%17

Triadic Colors of #bdd384

#bdd384 #84bdd3 #d384bd

Analogous Colors of #bdd384

#bdd384 #96d384 #d3c284

Monochromatic Colors of #bdd384

#bdd384

Complementary Color

#bdd384 #9a84d3

#bdd384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd384 Color CSS Codes

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

#bdd384 Text Font Color

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

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


#bdd384 Background Color

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

This div background color is #bdd384


#bdd384 Border Color

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

This div border color is #bdd384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd384


Comments

No comments written yet.

Please login to write comment.