Color Hex Logo

#bfceab Color Hex

#BFCEAB
(191,206,171)
0 Favorites   0 Comments

Color spaces of #bfceab

RGB 191206171
HSL0.240.260.74
HSV86°17°81°
CMYK 0.070.000.17   0.19
XYZ50.907858.159347.0708
Yxy58.15930.32600.3725
Hunter Lab76.2622-14.303716.7884
CIE-Lab80.8273-11.303515.7173

#bfceab color RGB value is (191,206,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001110 10101011
Octal 277 316 253
Decimal 191 206 171
Hex BF CE AB

RGB Percentages of Color #bfceab

%33.63
%36.27
%30.11

CMYK Percentages of Color #bfceab

%7
%0
%17
%19

Triadic Colors of #bfceab

#bfceab #abbfce #ceabbf

Analogous Colors of #bfceab

#bfceab #aeceab #ceccab

Monochromatic Colors of #bfceab

#bfceab

Complementary Color

#bfceab #baabce

#bfceab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfceab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfceab Color CSS Codes

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

#bfceab Text Font Color

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

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


#bfceab Background Color

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

This div background color is #bfceab


#bfceab Border Color

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

This div border color is #bfceab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfceab

#bfceab Color Palettes


Comments

No comments written yet.

Please login to write comment.