Color Hex Logo

#bdd395 Color Hex

#BDD395
(189,211,149)
0 Favorites   0 Comments

Color spaces of #bdd395

RGB 189211149
HSL0.230.410.71
HSV81°29°83°
CMYK 0.100.000.29   0.17
XYZ49.705359.577337.3136
Yxy59.57730.33910.4064
Hunter Lab77.1863-20.128325.3683
CIE-Lab81.6079-17.890928.3311

#bdd395 color RGB value is (189,211,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010011 10010101
Octal 275 323 225
Decimal 189 211 149
Hex BD D3 95

RGB Percentages of Color #bdd395

%34.43
%38.43
%27.14

CMYK Percentages of Color #bdd395

%10
%0
%29
%17

Triadic Colors of #bdd395

#bdd395 #95bdd3 #d395bd

Analogous Colors of #bdd395

#bdd395 #9ed395 #d3ca95

Monochromatic Colors of #bdd395

#bdd395

Complementary Color

#bdd395 #ab95d3

#bdd395 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd395 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd395 Color CSS Codes

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

#bdd395 Text Font Color

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

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


#bdd395 Background Color

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

This div background color is #bdd395


#bdd395 Border Color

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

This div border color is #bdd395


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd395


Comments

No comments written yet.

Please login to write comment.