Color Hex Logo

#bdd8af Color Hex

#BDD8AF
(189,216,175)
0 Favorites   0 Comments

Color spaces of #bdd8af

RGB 189216175
HSL0.280.340.77
HSV100°19°85°
CMYK 0.130.000.19   0.15
XYZ53.280063.025749.9145
Yxy63.02570.32050.3792
Hunter Lab79.3887-19.133918.2944
CIE-Lab83.4559-16.422217.2634

#bdd8af color RGB value is (189,216,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011000 10101111
Octal 275 330 257
Decimal 189 216 175
Hex BD D8 AF

RGB Percentages of Color #bdd8af

%32.59
%37.24
%30.17

CMYK Percentages of Color #bdd8af

%13
%0
%19
%15

Triadic Colors of #bdd8af

#bdd8af #afbdd8 #d8afbd

Analogous Colors of #bdd8af

#bdd8af #afd8b6 #d2d8af

Monochromatic Colors of #bdd8af

#bdd8af

Complementary Color

#bdd8af #caafd8

#bdd8af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd8af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd8af Color CSS Codes

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

#bdd8af Text Font Color

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

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


#bdd8af Background Color

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

This div background color is #bdd8af


#bdd8af Border Color

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

This div border color is #bdd8af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,216,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 #bdd8af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd8af


Comments

No comments written yet.

Please login to write comment.