Color Hex Logo

#b9aefd Color Hex

#B9AEFD
(185,174,253)
0 Favorites   0 Comments

Color spaces of #b9aefd

RGB 185174253
HSL0.690.950.84
HSV248°31°99°
CMYK 0.270.310.00   0.01
XYZ52.873347.678299.3446
Yxy47.67820.26450.2385
Hunter Lab69.049415.8466-36.9687
CIE-Lab74.621520.6054-37.7365

#b9aefd color RGB value is (185,174,253).

#b9aefd hex color red value is 185, green value is 174 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b9aefd hue: 0.69 , saturation: 0.95 and the lightness value of b9aefd is 0.84.

The process color (four color CMYK) of #b9aefd color hex is 0.27, 0.31, 0.00, 0.01. Web safe color of #b9aefd is #cc99ff. Color #b9aefd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101110 11111101
Octal 271 256 375
Decimal 185 174 253
Hex B9 AE FD

RGB Percentages of Color #b9aefd

%30.23
%28.43
%41.34

CMYK Percentages of Color #b9aefd

%27
%31
%0
%1

Triadic Colors of #b9aefd

#b9aefd #fdb9ae #aefdb9

Analogous Colors of #b9aefd

#b9aefd #e1aefd #aecbfd

Monochromatic Colors of #b9aefd

#b9aefd

Complementary Color

#b9aefd #f2fdae

#b9aefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9aefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9aefd Color CSS Codes

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

#b9aefd Text Font Color

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

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


#b9aefd Background Color

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

This div background color is #b9aefd


#b9aefd Border Color

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

This div border color is #b9aefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9aefd


Comments

No comments written yet.

Please login to write comment.