Color Hex Logo

#bdddb9 Color Hex

#BDDDB9
(189,221,185)
0 Favorites   0 Comments

Color spaces of #bdddb9

RGB 189221185
HSL0.310.350.80
HSV113°16°87°
CMYK 0.140.000.16   0.13
XYZ55.599766.034555.7145
Yxy66.03450.31350.3723
Hunter Lab81.2616-20.077016.2328
CIE-Lab85.0140-17.239914.1942

#bdddb9 color RGB value is (189,221,185).

#bdddb9 hex color red value is 189, green value is 221 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #bdddb9 hue: 0.31 , saturation: 0.35 and the lightness value of bdddb9 is 0.80.

The process color (four color CMYK) of #bdddb9 color hex is 0.14, 0.00, 0.16, 0.13. Web safe color of #bdddb9 is #cccccc. Color #bdddb9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011101 10111001
Octal 275 335 271
Decimal 189 221 185
Hex BD DD B9

RGB Percentages of Color #bdddb9

%31.76
%37.14
%31.09

CMYK Percentages of Color #bdddb9

%14
%0
%16
%13

Triadic Colors of #bdddb9

#bdddb9 #b9bddd #ddb9bd

Analogous Colors of #bdddb9

#bdddb9 #b9ddc7 #cfddb9

Monochromatic Colors of #bdddb9

#bdddb9

Complementary Color

#bdddb9 #d9b9dd

#bdddb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdddb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdddb9 Color CSS Codes

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

#bdddb9 Text Font Color

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

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


#bdddb9 Background Color

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

This div background color is #bdddb9


#bdddb9 Border Color

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

This div border color is #bdddb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdddb9


Comments

No comments written yet.

Please login to write comment.