Color Hex Logo

#bfdaab Color Hex

#BFDAAB
(191,218,171)
0 Favorites   0 Comments

Color spaces of #bfdaab

RGB 191218171
HSL0.260.390.76
HSV94°22°85°
CMYK 0.120.000.22   0.15
XYZ53.907964.159448.0708
Yxy64.15940.32450.3862
Hunter Lab80.0996-20.041720.4875
CIE-Lab84.0487-17.364120.2081

#bfdaab color RGB value is (191,218,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011010 10101011
Octal 277 332 253
Decimal 191 218 171
Hex BF DA AB

RGB Percentages of Color #bfdaab

%32.93
%37.59
%29.48

CMYK Percentages of Color #bfdaab

%12
%0
%22
%15

Triadic Colors of #bfdaab

#bfdaab #abbfda #daabbf

Analogous Colors of #bfdaab

#bfdaab #abdaaf #d7daab

Monochromatic Colors of #bfdaab

#bfdaab

Complementary Color

#bfdaab #c6abda

#bfdaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdaab Color CSS Codes

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

#bfdaab Text Font Color

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

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


#bfdaab Background Color

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

This div background color is #bfdaab


#bfdaab Border Color

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

This div border color is #bfdaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdaab


Comments

No comments written yet.

Please login to write comment.