Color Hex Logo

#bdd287 Color Hex

#BDD287
(189,210,135)
0 Favorites   0 Comments

Color spaces of #bdd287

RGB 189210135
HSL0.210.450.68
HSV77°36°82°
CMYK 0.100.000.36   0.18
XYZ48.406058.661331.6932
Yxy58.66130.34880.4228
Hunter Lab76.5907-21.220029.0793
CIE-Lab81.1051-19.264634.8769

#bdd287 color RGB value is (189,210,135).

#bdd287 hex color red value is 189, green value is 210 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #bdd287 hue: 0.21 , saturation: 0.45 and the lightness value of bdd287 is 0.68.

The process color (four color CMYK) of #bdd287 color hex is 0.10, 0.00, 0.36, 0.18. Web safe color of #bdd287 is #cccc99. Color #bdd287 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010010 10000111
Octal 275 322 207
Decimal 189 210 135
Hex BD D2 87

RGB Percentages of Color #bdd287

%35.39
%39.33
%25.28

CMYK Percentages of Color #bdd287

%10
%0
%36
%18

Triadic Colors of #bdd287

#bdd287 #87bdd2 #d287bd

Analogous Colors of #bdd287

#bdd287 #98d287 #d2c287

Monochromatic Colors of #bdd287

#bdd287

Complementary Color

#bdd287 #9c87d2

#bdd287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd287 Color CSS Codes

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

#bdd287 Text Font Color

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

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


#bdd287 Background Color

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

This div background color is #bdd287


#bdd287 Border Color

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

This div border color is #bdd287


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd287


Comments

No comments written yet.

Please login to write comment.