Color Hex Logo

#fbeefd Color Hex

#FBEEFD
(251,238,253)
0 Favorites   0 Comments

Color spaces of #fbeefd

RGB 251238253
HSL0.810.790.96
HSV292°99°
CMYK 0.010.060.00   0.01
XYZ88.087888.7501105.4163
Yxy88.75010.31210.3144
Hunter Lab94.20732.0424-0.3994
CIE-Lab95.47596.9868-5.6547

#fbeefd color RGB value is (251,238,253).

#fbeefd hex color red value is 251, green value is 238 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #fbeefd hue: 0.81 , saturation: 0.79 and the lightness value of fbeefd is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101110 11111101
Octal 373 356 375
Decimal 251 238 253
Hex FB EE FD

RGB Percentages of Color #fbeefd

%33.83
%32.08
%34.10

CMYK Percentages of Color #fbeefd

%1
%6
%0
%1

Triadic Colors of #fbeefd

#fbeefd #fdfbee #eefdfb

Analogous Colors of #fbeefd

#fbeefd #fdeef8 #f4eefd

Monochromatic Colors of #fbeefd

#fbeefd

Complementary Color

#fbeefd #f0fdee

#fbeefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbeefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbeefd Color CSS Codes

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

#fbeefd Text Font Color

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

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


#fbeefd Background Color

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

This div background color is #fbeefd


#fbeefd Border Color

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

This div border color is #fbeefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbeefd

Related Colors


Comments

No comments written yet.

Please login to write comment.