Color Hex Logo

#bdd8a5 Color Hex

#BDD8A5
(189,216,165)
0 Favorites   0 Comments

Color spaces of #bdd8a5

RGB 189216165
HSL0.250.400.75
HSV92°24°85°
CMYK 0.130.000.24   0.15
XYZ52.333762.647244.9311
Yxy62.64720.32730.3918
Hunter Lab79.1500-20.488921.7478
CIE-Lab83.2564-18.017622.2325

#bdd8a5 color RGB value is (189,216,165).

#bdd8a5 hex color red value is 189, green value is 216 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #bdd8a5 hue: 0.25 , saturation: 0.40 and the lightness value of bdd8a5 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011000 10100101
Octal 275 330 245
Decimal 189 216 165
Hex BD D8 A5

RGB Percentages of Color #bdd8a5

%33.16
%37.89
%28.95

CMYK Percentages of Color #bdd8a5

%13
%0
%24
%15

Triadic Colors of #bdd8a5

#bdd8a5 #a5bdd8 #d8a5bd

Analogous Colors of #bdd8a5

#bdd8a5 #a5d8a7 #d7d8a5

Monochromatic Colors of #bdd8a5

#bdd8a5

Complementary Color

#bdd8a5 #c0a5d8

#bdd8a5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd8a5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd8a5 Color CSS Codes

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

#bdd8a5 Text Font Color

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

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


#bdd8a5 Background Color

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

This div background color is #bdd8a5


#bdd8a5 Border Color

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

This div border color is #bdd8a5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd8a5


Comments

No comments written yet.

Please login to write comment.