Color Hex Logo

#bfaef0 Color Hex

#BFAEF0
(191,174,240)
0 Favorites   0 Comments

Color spaces of #bfaef0

RGB 191174240
HSL0.710.690.81
HSV255°28°94°
CMYK 0.200.280.00   0.06
XYZ52.350147.639788.8743
Yxy47.63970.27720.2522
Hunter Lab69.021514.5976-28.0286
CIE-Lab74.597119.3497-30.7093

#bfaef0 color RGB value is (191,174,240).

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

The process color (four color CMYK) of #bfaef0 color hex is 0.20, 0.28, 0.00, 0.06. Web safe color of #bfaef0 is #cc99ff. Color #bfaef0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101110 11110000
Octal 277 256 360
Decimal 191 174 240
Hex BF AE F0

RGB Percentages of Color #bfaef0

%31.57
%28.76
%39.67

CMYK Percentages of Color #bfaef0

%20
%28
%0
%6

Triadic Colors of #bfaef0

#bfaef0 #f0bfae #aef0bf

Analogous Colors of #bfaef0

#bfaef0 #e0aef0 #aebef0

Monochromatic Colors of #bfaef0

#bfaef0

Complementary Color

#bfaef0 #dff0ae

#bfaef0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaef0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaef0 Color CSS Codes

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

#bfaef0 Text Font Color

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

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


#bfaef0 Background Color

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

This div background color is #bfaef0


#bfaef0 Border Color

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

This div border color is #bfaef0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaef0


Comments

No comments written yet.

Please login to write comment.