Color Hex Logo

#bfaeed Color Hex

#BFAEED
(191,174,237)
0 Favorites   0 Comments

Color spaces of #bfaeed

RGB 191174237
HSL0.710.640.81
HSV256°27°93°
CMYK 0.190.270.00   0.07
XYZ51.908047.462986.5462
Yxy47.46290.27920.2553
Hunter Lab68.893313.9284-26.2568
CIE-Lab74.484918.6764-29.2562

#bfaeed color RGB value is (191,174,237).

#bfaeed hex color red value is 191, green value is 174 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bfaeed hue: 0.71 , saturation: 0.64 and the lightness value of bfaeed is 0.81.

The process color (four color CMYK) of #bfaeed color hex is 0.19, 0.27, 0.00, 0.07. Web safe color of #bfaeed is #cc99ff. Color #bfaeed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101110 11101101
Octal 277 256 355
Decimal 191 174 237
Hex BF AE ED

RGB Percentages of Color #bfaeed

%31.73
%28.90
%39.37

CMYK Percentages of Color #bfaeed

%19
%27
%0
%7

Triadic Colors of #bfaeed

#bfaeed #edbfae #aeedbf

Analogous Colors of #bfaeed

#bfaeed #dfaeed #aebded

Monochromatic Colors of #bfaeed

#bfaeed

Complementary Color

#bfaeed #dcedae

#bfaeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaeed Color CSS Codes

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

#bfaeed Text Font Color

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

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


#bfaeed Background Color

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

This div background color is #bfaeed


#bfaeed Border Color

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

This div border color is #bfaeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaeed


Comments

No comments written yet.

Please login to write comment.