Color Hex Logo

#fbaefd Color Hex

#FBAEFD
(251,174,253)
0 Favorites   0 Comments

Color spaces of #fbaefd

RGB 251174253
HSL0.830.950.84
HSV298°31°99°
CMYK 0.010.310.00   0.01
XYZ72.649357.8732100.2701
Yxy57.87320.31480.2508
Hunter Lab76.074437.3330-24.8952
CIE-Lab80.668240.4860-27.9116

#fbaefd color RGB value is (251,174,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101110 11111101
Octal 373 256 375
Decimal 251 174 253
Hex FB AE FD

RGB Percentages of Color #fbaefd

%37.02
%25.66
%37.32

CMYK Percentages of Color #fbaefd

%1
%31
%0
%1

Triadic Colors of #fbaefd

#fbaefd #fdfbae #aefdfb

Analogous Colors of #fbaefd

#fbaefd #fdaed8 #d4aefd

Monochromatic Colors of #fbaefd

#fbaefd

Complementary Color

#fbaefd #b0fdae

#fbaefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaefd Color CSS Codes

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

#fbaefd Text Font Color

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

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


#fbaefd Background Color

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

This div background color is #fbaefd


#fbaefd Border Color

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

This div border color is #fbaefd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,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 #fbaefd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaefd

Related Colors


Comments

No comments written yet.

Please login to write comment.