Color Hex Logo

#fbeafd Color Hex

#FBEAFD
(251,234,253)
0 Favorites   0 Comments

Color spaces of #fbeafd

RGB 251234253
HSL0.820.830.95
HSV294°99°
CMYK 0.010.080.00   0.01
XYZ86.936186.4467105.0324
Yxy86.44670.31230.3105
Hunter Lab92.97674.1938-1.8940
CIE-Lab94.50309.0464-7.0916

#fbeafd color RGB value is (251,234,253).

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

The process color (four color CMYK) of #fbeafd color hex is 0.01, 0.08, 0.00, 0.01. Web safe color of #fbeafd is #ffffff. Color #fbeafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101010 11111101
Octal 373 352 375
Decimal 251 234 253
Hex FB EA FD

RGB Percentages of Color #fbeafd

%34.01
%31.71
%34.28

CMYK Percentages of Color #fbeafd

%1
%8
%0
%1

Triadic Colors of #fbeafd

#fbeafd #fdfbea #eafdfb

Analogous Colors of #fbeafd

#fbeafd #fdeaf6 #f2eafd

Monochromatic Colors of #fbeafd

#fbeafd

Complementary Color

#fbeafd #ecfdea

#fbeafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbeafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbeafd Color CSS Codes

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

#fbeafd Text Font Color

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

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


#fbeafd Background Color

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

This div background color is #fbeafd


#fbeafd Border Color

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

This div border color is #fbeafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbeafd

Related Colors

#fbeafd Color Palettes


Comments

No comments written yet.

Please login to write comment.