Color Hex Logo

#bfd3aa Color Hex

#BFD3AA
(191,211,170)
0 Favorites   0 Comments

Color spaces of #bfd3aa

RGB 191211170
HSL0.250.320.75
HSV89°19°83°
CMYK 0.090.000.19   0.17
XYZ52.035860.567246.9783
Yxy60.56720.32610.3795
Hunter Lab77.8249-16.843818.6876
CIE-Lab82.1455-14.008418.0893

#bfd3aa color RGB value is (191,211,170).

#bfd3aa hex color red value is 191, green value is 211 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bfd3aa hue: 0.25 , saturation: 0.32 and the lightness value of bfd3aa is 0.75.

The process color (four color CMYK) of #bfd3aa color hex is 0.09, 0.00, 0.19, 0.17. Web safe color of #bfd3aa is #cccc99. Color #bfd3aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010011 10101010
Octal 277 323 252
Decimal 191 211 170
Hex BF D3 AA

RGB Percentages of Color #bfd3aa

%33.39
%36.89
%29.72

CMYK Percentages of Color #bfd3aa

%9
%0
%19
%17

Triadic Colors of #bfd3aa

#bfd3aa #aabfd3 #d3aabf

Analogous Colors of #bfd3aa

#bfd3aa #abd3aa #d3d3aa

Monochromatic Colors of #bfd3aa

#bfd3aa

Complementary Color

#bfd3aa #beaad3

#bfd3aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd3aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd3aa Color CSS Codes

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

#bfd3aa Text Font Color

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

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


#bfd3aa Background Color

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

This div background color is #bfd3aa


#bfd3aa Border Color

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

This div border color is #bfd3aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd3aa


Comments

No comments written yet.

Please login to write comment.