Color Hex Logo

#bfdda9 Color Hex

#BFDDA9
(191,221,169)
0 Favorites   0 Comments

Color spaces of #bfdda9

RGB 191221169
HSL0.260.430.76
HSV95°24°87°
CMYK 0.140.000.24   0.13
XYZ54.503765.653847.3359
Yxy65.65380.32540.3920
Hunter Lab81.0270-21.727422.0818
CIE-Lab84.8195-19.167522.3171

#bfdda9 color RGB value is (191,221,169).

#bfdda9 hex color red value is 191, green value is 221 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #bfdda9 hue: 0.26 , saturation: 0.43 and the lightness value of bfdda9 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011101 10101001
Octal 277 335 251
Decimal 191 221 169
Hex BF DD A9

RGB Percentages of Color #bfdda9

%32.87
%38.04
%29.09

CMYK Percentages of Color #bfdda9

%14
%0
%24
%13

Triadic Colors of #bfdda9

#bfdda9 #a9bfdd #dda9bf

Analogous Colors of #bfdda9

#bfdda9 #a9ddad #d9dda9

Monochromatic Colors of #bfdda9

#bfdda9

Complementary Color

#bfdda9 #c7a9dd

#bfdda9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdda9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdda9 Color CSS Codes

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

#bfdda9 Text Font Color

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

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


#bfdda9 Background Color

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

This div background color is #bfdda9


#bfdda9 Border Color

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

This div border color is #bfdda9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdda9


Comments

No comments written yet.

Please login to write comment.