Color Hex Logo

#bfd8aa Color Hex

#BFD8AA
(191,216,170)
0 Favorites   0 Comments

Color spaces of #bfd8aa

RGB 191216170
HSL0.260.370.76
HSV93°21°85°
CMYK 0.120.000.21   0.15
XYZ53.297463.090447.3988
Yxy63.09040.32540.3852
Hunter Lab79.4295-19.227620.2199
CIE-Lab83.4899-16.524019.9577

#bfd8aa color RGB value is (191,216,170).

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

The process color (four color CMYK) of #bfd8aa color hex is 0.12, 0.00, 0.21, 0.15. Web safe color of #bfd8aa is #cccc99. Color #bfd8aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011000 10101010
Octal 277 330 252
Decimal 191 216 170
Hex BF D8 AA

RGB Percentages of Color #bfd8aa

%33.10
%37.44
%29.46

CMYK Percentages of Color #bfd8aa

%12
%0
%21
%15

Triadic Colors of #bfd8aa

#bfd8aa #aabfd8 #d8aabf

Analogous Colors of #bfd8aa

#bfd8aa #aad8ac #d6d8aa

Monochromatic Colors of #bfd8aa

#bfd8aa

Complementary Color

#bfd8aa #c3aad8

#bfd8aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd8aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd8aa Color CSS Codes

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

#bfd8aa Text Font Color

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

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


#bfd8aa Background Color

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

This div background color is #bfd8aa


#bfd8aa Border Color

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

This div border color is #bfd8aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd8aa


Comments

No comments written yet.

Please login to write comment.