Color Hex Logo

#bfdd8d Color Hex

#BFDD8D
(191,221,141)
0 Favorites   0 Comments

Color spaces of #bfdd8d

RGB 191221141
HSL0.230.540.71
HSV82°36°87°
CMYK 0.140.000.36   0.13
XYZ52.150064.712434.9414
Yxy64.71240.34350.4263
Hunter Lab80.4440-25.059630.5578
CIE-Lab84.3353-23.148236.0646

#bfdd8d color RGB value is (191,221,141).

#bfdd8d hex color red value is 191, green value is 221 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bfdd8d hue: 0.23 , saturation: 0.54 and the lightness value of bfdd8d is 0.71.

The process color (four color CMYK) of #bfdd8d color hex is 0.14, 0.00, 0.36, 0.13. Web safe color of #bfdd8d is #cccc99. Color #bfdd8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011101 10001101
Octal 277 335 215
Decimal 191 221 141
Hex BF DD 8D

RGB Percentages of Color #bfdd8d

%34.54
%39.96
%25.50

CMYK Percentages of Color #bfdd8d

%14
%0
%36
%13

Triadic Colors of #bfdd8d

#bfdd8d #8dbfdd #dd8dbf

Analogous Colors of #bfdd8d

#bfdd8d #97dd8d #ddd38d

Monochromatic Colors of #bfdd8d

#bfdd8d

Complementary Color

#bfdd8d #ab8ddd

#bfdd8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdd8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdd8d Color CSS Codes

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

#bfdd8d Text Font Color

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

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


#bfdd8d Background Color

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

This div background color is #bfdd8d


#bfdd8d Border Color

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

This div border color is #bfdd8d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,221,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bfdd8d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bfdd8d;
  -webkit-box-shadow: 1px 1px 3px 2px #bfdd8d;
  box-shadow:         1px 1px 3px 2px #bfdd8d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,221,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdd8d


Comments

No comments written yet.

Please login to write comment.