Color Hex Logo

#bfdd9d Color Hex

#BFDD9D
(191,221,157)
2 Favorites   0 Comments

Color spaces of #bfdd9d

RGB 191221157
HSL0.240.480.74
HSV88°29°87°
CMYK 0.140.000.29   0.13
XYZ53.428165.223641.6717
Yxy65.22360.33330.4068
Hunter Lab80.7611-23.244025.9399
CIE-Lab84.5988-20.967028.2383

#bfdd9d color RGB value is (191,221,157).

#bfdd9d hex color red value is 191, green value is 221 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #bfdd9d hue: 0.24 , saturation: 0.48 and the lightness value of bfdd9d is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011101 10011101
Octal 277 335 235
Decimal 191 221 157
Hex BF DD 9D

RGB Percentages of Color #bfdd9d

%33.57
%38.84
%27.59

CMYK Percentages of Color #bfdd9d

%14
%0
%29
%13

Triadic Colors of #bfdd9d

#bfdd9d #9dbfdd #dd9dbf

Analogous Colors of #bfdd9d

#bfdd9d #9fdd9d #dddb9d

Monochromatic Colors of #bfdd9d

#bfdd9d

Complementary Color

#bfdd9d #bb9ddd

#bfdd9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdd9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdd9d Color CSS Codes

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

#bfdd9d Text Font Color

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

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


#bfdd9d Background Color

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

This div background color is #bfdd9d


#bfdd9d Border Color

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

This div border color is #bfdd9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdd9d


Comments

No comments written yet.

Please login to write comment.