Color Hex Logo

#ffeefd Color Hex

#FFEEFD
(255,238,253)
1 Favorites   0 Comments

Color spaces of #ffeefd

RGB 255238253
HSL0.851.000.97
HSV307°100°
CMYK 0.000.070.01   0.00
XYZ89.544289.5009105.4844
Yxy89.50090.31470.3146
Hunter Lab94.60493.39290.1151
CIE-Lab95.78948.3076-5.1568

#ffeefd color RGB value is (255,238,253).

#ffeefd hex color red value is 255, green value is 238 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ffeefd hue: 0.85 , saturation: 1.00 and the lightness value of ffeefd is 0.97.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101110 11111101
Octal 377 356 375
Decimal 255 238 253
Hex FF EE FD

RGB Percentages of Color #ffeefd

%34.18
%31.90
%33.91

CMYK Percentages of Color #ffeefd

%0
%7
%1
%0

Triadic Colors of #ffeefd

#ffeefd #fdffee #eefdff

Analogous Colors of #ffeefd

#ffeefd #ffeef5 #f9eeff

Monochromatic Colors of #ffeefd

#ffeefd

Complementary Color

#ffeefd #eefff0

#ffeefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffeefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffeefd Color CSS Codes

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

#ffeefd Text Font Color

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

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


#ffeefd Background Color

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

This div background color is #ffeefd


#ffeefd Border Color

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

This div border color is #ffeefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffeefd

Related Colors

#ffeefd Color Palettes


Comments

No comments written yet.

Please login to write comment.