Color Hex Logo

#bdd887 Color Hex

#BDD887
(189,216,135)
0 Favorites   0 Comments

Color spaces of #bdd887

RGB 189216135
HSL0.220.510.69
HSV80°38°85°
CMYK 0.130.000.38   0.15
XYZ49.915361.679832.1963
Yxy61.67980.34710.4290
Hunter Lab78.5365-23.989930.6694
CIE-Lab82.7428-22.216537.0030

#bdd887 color RGB value is (189,216,135).

#bdd887 hex color red value is 189, green value is 216 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #bdd887 hue: 0.22 , saturation: 0.51 and the lightness value of bdd887 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011000 10000111
Octal 275 330 207
Decimal 189 216 135
Hex BD D8 87

RGB Percentages of Color #bdd887

%35.00
%40.00
%25.00

CMYK Percentages of Color #bdd887

%13
%0
%38
%15

Triadic Colors of #bdd887

#bdd887 #87bdd8 #d887bd

Analogous Colors of #bdd887

#bdd887 #95d887 #d8cb87

Monochromatic Colors of #bdd887

#bdd887

Complementary Color

#bdd887 #a287d8

#bdd887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd887 Color CSS Codes

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

#bdd887 Text Font Color

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

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


#bdd887 Background Color

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

This div background color is #bdd887


#bdd887 Border Color

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

This div border color is #bdd887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd887


Comments

No comments written yet.

Please login to write comment.