Color Hex Logo

#bdd281 Color Hex

#BDD281
(189,210,129)
0 Favorites   0 Comments

Color spaces of #bdd281

RGB 189210129
HSL0.210.470.66
HSV76°39°82°
CMYK 0.100.000.39   0.18
XYZ47.995358.497029.5303
Yxy58.49700.35280.4301
Hunter Lab76.4833-21.832430.6464
CIE-Lab81.0143-20.006037.8070

#bdd281 color RGB value is (189,210,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010010 10000001
Octal 275 322 201
Decimal 189 210 129
Hex BD D2 81

RGB Percentages of Color #bdd281

%35.80
%39.77
%24.43

CMYK Percentages of Color #bdd281

%10
%0
%39
%18

Triadic Colors of #bdd281

#bdd281 #81bdd2 #d281bd

Analogous Colors of #bdd281

#bdd281 #95d281 #d2bf81

Monochromatic Colors of #bdd281

#bdd281

Complementary Color

#bdd281 #9681d2

#bdd281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd281 Color CSS Codes

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

#bdd281 Text Font Color

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

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


#bdd281 Background Color

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

This div background color is #bdd281


#bdd281 Border Color

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

This div border color is #bdd281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd281


Comments

No comments written yet.

Please login to write comment.