Color Hex Logo

#bdda9f Color Hex

#BDDA9F
(189,218,159)
0 Favorites   0 Comments

Color spaces of #bdda9f

RGB 189218159
HSL0.250.440.74
HSV89°27°85°
CMYK 0.130.000.27   0.15
XYZ52.315763.464842.2935
Yxy63.46480.33100.4015
Hunter Lab79.6648-22.192824.2887
CIE-Lab83.6863-19.917825.9464

#bdda9f color RGB value is (189,218,159).

#bdda9f hex color red value is 189, green value is 218 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bdda9f hue: 0.25 , saturation: 0.44 and the lightness value of bdda9f is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011010 10011111
Octal 275 332 237
Decimal 189 218 159
Hex BD DA 9F

RGB Percentages of Color #bdda9f

%33.39
%38.52
%28.09

CMYK Percentages of Color #bdda9f

%13
%0
%27
%15

Triadic Colors of #bdda9f

#bdda9f #9fbdda #da9fbd

Analogous Colors of #bdda9f

#bdda9f #a0da9f #dada9f

Monochromatic Colors of #bdda9f

#bdda9f

Complementary Color

#bdda9f #bc9fda

#bdda9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdda9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdda9f Color CSS Codes

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

#bdda9f Text Font Color

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

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


#bdda9f Background Color

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

This div background color is #bdda9f


#bdda9f Border Color

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

This div border color is #bdda9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdda9f


Comments

No comments written yet.

Please login to write comment.