Color Hex Logo

#bdd87f Color Hex

#BDD87F
(189,216,127)
0 Favorites   0 Comments

Color spaces of #bdd87f

RGB 189216127
HSL0.220.530.67
HSV78°41°85°
CMYK 0.130.000.41   0.15
XYZ49.372961.462929.3400
Yxy61.46290.35220.4385
Hunter Lab78.3983-24.783032.6899
CIE-Lab82.6270-23.183540.8661

#bdd87f color RGB value is (189,216,127).

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

The process color (four color CMYK) of #bdd87f color hex is 0.13, 0.00, 0.41, 0.15. Web safe color of #bdd87f is #cccc66. Color #bdd87f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011000 01111111
Octal 275 330 177
Decimal 189 216 127
Hex BD D8 7F

RGB Percentages of Color #bdd87f

%35.53
%40.60
%23.87

CMYK Percentages of Color #bdd87f

%13
%0
%41
%15

Triadic Colors of #bdd87f

#bdd87f #7fbdd8 #d87fbd

Analogous Colors of #bdd87f

#bdd87f #91d87f #d8c77f

Monochromatic Colors of #bdd87f

#bdd87f

Complementary Color

#bdd87f #9a7fd8

#bdd87f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd87f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd87f Color CSS Codes

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

#bdd87f Text Font Color

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

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


#bdd87f Background Color

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

This div background color is #bdd87f


#bdd87f Border Color

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

This div border color is #bdd87f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd87f


Comments

No comments written yet.

Please login to write comment.