Color Hex Logo

#bfaeaf Color Hex

#BFAEAF
(191,174,175)
0 Favorites   0 Comments

Color spaces of #bfaeaf

RGB 191174175
HSL0.990.120.72
HSV356°75°
CMYK 0.000.090.08   0.25
XYZ44.359844.443646.7979
Yxy44.44360.32710.3278
Hunter Lab66.66602.10895.0461
CIE-Lab72.52406.27201.6942

#bfaeaf color RGB value is (191,174,175).

#bfaeaf hex color red value is 191, green value is 174 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bfaeaf hue: 0.99 , saturation: 0.12 and the lightness value of bfaeaf is 0.72.

The process color (four color CMYK) of #bfaeaf color hex is 0.00, 0.09, 0.08, 0.25. Web safe color of #bfaeaf is #cc9999. Color #bfaeaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101110 10101111
Octal 277 256 257
Decimal 191 174 175
Hex BF AE AF

RGB Percentages of Color #bfaeaf

%35.37
%32.22
%32.41

CMYK Percentages of Color #bfaeaf

%0
%9
%8
%25

Triadic Colors of #bfaeaf

#bfaeaf #afbfae #aeafbf

Analogous Colors of #bfaeaf

#bfaeaf #bfb6ae #bfaeb8

Monochromatic Colors of #bfaeaf

#bfaeaf

Complementary Color

#bfaeaf #aebfbe

#bfaeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaeaf Color CSS Codes

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

#bfaeaf Text Font Color

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

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


#bfaeaf Background Color

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

This div background color is #bfaeaf


#bfaeaf Border Color

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

This div border color is #bfaeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaeaf


Comments

No comments written yet.

Please login to write comment.