Color Hex Logo

#bdd9af Color Hex

#BDD9AF
(189,217,175)
0 Favorites   0 Comments

Color spaces of #bdd9af

RGB 189217175
HSL0.280.360.77
HSV100°19°85°
CMYK 0.130.000.19   0.15
XYZ53.537063.539750.0001
Yxy63.53970.32040.3803
Hunter Lab79.7118-19.609318.6080
CIE-Lab83.7255-16.922617.6402

#bdd9af color RGB value is (189,217,175).

#bdd9af hex color red value is 189, green value is 217 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bdd9af hue: 0.28 , saturation: 0.36 and the lightness value of bdd9af is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011001 10101111
Octal 275 331 257
Decimal 189 217 175
Hex BD D9 AF

RGB Percentages of Color #bdd9af

%32.53
%37.35
%30.12

CMYK Percentages of Color #bdd9af

%13
%0
%19
%15

Triadic Colors of #bdd9af

#bdd9af #afbdd9 #d9afbd

Analogous Colors of #bdd9af

#bdd9af #afd9b6 #d2d9af

Monochromatic Colors of #bdd9af

#bdd9af

Complementary Color

#bdd9af #cbafd9

#bdd9af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd9af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd9af Color CSS Codes

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

#bdd9af Text Font Color

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

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


#bdd9af Background Color

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

This div background color is #bdd9af


#bdd9af Border Color

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

This div border color is #bdd9af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd9af


Comments

No comments written yet.

Please login to write comment.