Color Hex Logo

#bdd17f Color Hex

#BDD17F
(189,209,127)
0 Favorites   0 Comments

Color spaces of #bdd17f

RGB 189209127
HSL0.210.470.66
HSV75°39°82°
CMYK 0.100.000.39   0.18
XYZ47.617557.952128.7548
Yxy57.95210.35450.4314
Hunter Lab76.1263-21.568030.8931
CIE-Lab80.7122-19.751038.4293

#bdd17f color RGB value is (189,209,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010001 01111111
Octal 275 321 177
Decimal 189 209 127
Hex BD D1 7F

RGB Percentages of Color #bdd17f

%36.00
%39.81
%24.19

CMYK Percentages of Color #bdd17f

%10
%0
%39
%18

Triadic Colors of #bdd17f

#bdd17f #7fbdd1 #d17fbd

Analogous Colors of #bdd17f

#bdd17f #94d17f #d1bc7f

Monochromatic Colors of #bdd17f

#bdd17f

Complementary Color

#bdd17f #937fd1

#bdd17f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd17f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd17f Color CSS Codes

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

#bdd17f Text Font Color

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

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


#bdd17f Background Color

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

This div background color is #bdd17f


#bdd17f Border Color

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

This div border color is #bdd17f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd17f


Comments

No comments written yet.

Please login to write comment.