Color Hex Logo

#ffedfd Color Hex

#FFEDFD
(255,237,253)
3 Favorites   0 Comments

Color spaces of #ffedfd

RGB 255237253
HSL0.851.000.96
HSV307°100°
CMYK 0.000.070.01   0.00
XYZ89.253888.9202105.3876
Yxy88.92020.31480.3136
Hunter Lab94.29753.9319-0.2547
CIE-Lab95.54718.8215-5.5140

#ffedfd color RGB value is (255,237,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101101 11111101
Octal 377 355 375
Decimal 255 237 253
Hex FF ED FD

RGB Percentages of Color #ffedfd

%34.23
%31.81
%33.96

CMYK Percentages of Color #ffedfd

%0
%7
%1
%0

Triadic Colors of #ffedfd

#ffedfd #fdffed #edfdff

Analogous Colors of #ffedfd

#ffedfd #ffedf4 #f8edff

Monochromatic Colors of #ffedfd

#ffedfd

Complementary Color

#ffedfd #edffef

#ffedfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffedfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffedfd Color CSS Codes

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

#ffedfd Text Font Color

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

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


#ffedfd Background Color

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

This div background color is #ffedfd


#ffedfd Border Color

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

This div border color is #ffedfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffedfd

Related Colors

#ffedfd Color Palettes


Comments

No comments written yet.

Please login to write comment.