Color Hex Logo

#fef4fd Color Hex

#FEF4FD
(254,244,253)
0 Favorites   0 Comments

Color spaces of #fef4fd

RGB 254244253
HSL0.850.830.98
HSV306°100°
CMYK 0.000.040.00   0.00
XYZ90.953492.8640106.0593
Yxy92.86400.31380.3204
Hunter Lab96.3660-0.16622.2023
CIE-Lab97.17244.9042-3.1312

#fef4fd color RGB value is (254,244,253).

#fef4fd hex color red value is 254, green value is 244 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #fef4fd hue: 0.85 , saturation: 0.83 and the lightness value of fef4fd is 0.98.

The process color (four color CMYK) of #fef4fd color hex is 0.00, 0.04, 0.00, 0.00. Web safe color of #fef4fd is #ffffff. Color #fef4fd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110100 11111101
Octal 376 364 375
Decimal 254 244 253
Hex FE F4 FD

RGB Percentages of Color #fef4fd

%33.82
%32.49
%33.69

CMYK Percentages of Color #fef4fd

%0
%4
%0
%0

Triadic Colors of #fef4fd

#fef4fd #fdfef4 #f4fdfe

Analogous Colors of #fef4fd

#fef4fd #fef4f8 #faf4fe

Monochromatic Colors of #fef4fd

#fef4fd

Complementary Color

#fef4fd #f4fef5

#fef4fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef4fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef4fd Color CSS Codes

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

#fef4fd Text Font Color

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

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


#fef4fd Background Color

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

This div background color is #fef4fd


#fef4fd Border Color

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

This div border color is #fef4fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef4fd

Related Colors


Comments

No comments written yet.

Please login to write comment.