Color Hex Logo

#bdd893 Color Hex

#BDD893
(189,216,147)
0 Favorites   0 Comments

Color spaces of #bdd893

RGB 189216147
HSL0.230.470.71
HSV83°32°85°
CMYK 0.130.000.32   0.15
XYZ50.808662.037136.9002
Yxy62.03710.33930.4143
Hunter Lab78.7636-22.690127.3576
CIE-Lab82.9331-20.644531.1348

#bdd893 color RGB value is (189,216,147).

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

The process color (four color CMYK) of #bdd893 color hex is 0.13, 0.00, 0.32, 0.15. Web safe color of #bdd893 is #cccc99. Color #bdd893 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011000 10010011
Octal 275 330 223
Decimal 189 216 147
Hex BD D8 93

RGB Percentages of Color #bdd893

%34.24
%39.13
%26.63

CMYK Percentages of Color #bdd893

%13
%0
%32
%15

Triadic Colors of #bdd893

#bdd893 #93bdd8 #d893bd

Analogous Colors of #bdd893

#bdd893 #9bd893 #d8d193

Monochromatic Colors of #bdd893

#bdd893

Complementary Color

#bdd893 #ae93d8

#bdd893 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd893 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd893 Color CSS Codes

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

#bdd893 Text Font Color

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

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


#bdd893 Background Color

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

This div background color is #bdd893


#bdd893 Border Color

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

This div border color is #bdd893


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd893


Comments

No comments written yet.

Please login to write comment.