Color Hex Logo

#bfaedf Color Hex

#BFAEDF
(191,174,223)
0 Favorites   0 Comments

Color spaces of #bfaedf

RGB 191174223
HSL0.720.430.78
HSV261°22°87°
CMYK 0.140.220.00   0.13
XYZ49.941246.676276.1893
Yxy46.67620.28900.2701
Hunter Lab68.320010.9217-18.2952
CIE-Lab73.982215.6148-22.4167

#bfaedf color RGB value is (191,174,223).

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

The process color (four color CMYK) of #bfaedf color hex is 0.14, 0.22, 0.00, 0.13. Web safe color of #bfaedf is #cc99cc. Color #bfaedf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101110 11011111
Octal 277 256 337
Decimal 191 174 223
Hex BF AE DF

RGB Percentages of Color #bfaedf

%32.48
%29.59
%37.93

CMYK Percentages of Color #bfaedf

%14
%22
%0
%13

Triadic Colors of #bfaedf

#bfaedf #dfbfae #aedfbf

Analogous Colors of #bfaedf

#bfaedf #d8aedf #aeb6df

Monochromatic Colors of #bfaedf

#bfaedf

Complementary Color

#bfaedf #cedfae

#bfaedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaedf Color CSS Codes

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

#bfaedf Text Font Color

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

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


#bfaedf Background Color

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

This div background color is #bfaedf


#bfaedf Border Color

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

This div border color is #bfaedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaedf


Comments

No comments written yet.

Please login to write comment.