Color Hex Logo

#bdd39a Color Hex

#BDD39A
(189,211,154)
0 Favorites   0 Comments

Color spaces of #bdd39a

RGB 189211154
HSL0.230.390.72
HSV83°27°83°
CMYK 0.100.000.27   0.17
XYZ50.113359.740439.4617
Yxy59.74040.33560.4001
Hunter Lab77.2919-19.527923.8336
CIE-Lab81.6969-17.175325.8487

#bdd39a color RGB value is (189,211,154).

#bdd39a hex color red value is 189, green value is 211 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bdd39a hue: 0.23 , saturation: 0.39 and the lightness value of bdd39a is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010011 10011010
Octal 275 323 232
Decimal 189 211 154
Hex BD D3 9A

RGB Percentages of Color #bdd39a

%34.12
%38.09
%27.80

CMYK Percentages of Color #bdd39a

%10
%0
%27
%17

Triadic Colors of #bdd39a

#bdd39a #9abdd3 #d39abd

Analogous Colors of #bdd39a

#bdd39a #a1d39a #d3cd9a

Monochromatic Colors of #bdd39a

#bdd39a

Complementary Color

#bdd39a #b09ad3

#bdd39a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd39a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd39a Color CSS Codes

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

#bdd39a Text Font Color

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

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


#bdd39a Background Color

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

This div background color is #bdd39a


#bdd39a Border Color

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

This div border color is #bdd39a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd39a


Comments

No comments written yet.

Please login to write comment.