Color Hex Logo

#ffedfe Color Hex

#FFEDFE
(255,237,254)
1 Favorites   0 Comments

Color spaces of #ffedfe

RGB 255237254
HSL0.841.000.96
HSV303°100°
CMYK 0.000.070.00   0.00
XYZ89.413688.9841106.2290
Yxy88.98410.31410.3126
Hunter Lab94.33144.1143-0.7360
CIE-Lab95.57388.9984-5.9931

#ffedfe color RGB value is (255,237,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101101 11111110
Octal 377 355 376
Decimal 255 237 254
Hex FF ED FE

RGB Percentages of Color #ffedfe

%34.18
%31.77
%34.05

CMYK Percentages of Color #ffedfe

%0
%7
%0
%0

Triadic Colors of #ffedfe

#ffedfe #feffed #edfeff

Analogous Colors of #ffedfe

#ffedfe #ffedf5 #f7edff

Monochromatic Colors of #ffedfe

#ffedfe

Complementary Color

#ffedfe #edffee

#ffedfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffedfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffedfe Color CSS Codes

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

#ffedfe Text Font Color

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

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


#ffedfe Background Color

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

This div background color is #ffedfe


#ffedfe Border Color

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

This div border color is #ffedfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,237,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ffedfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffedfe

Related Colors


Comments

No comments written yet.

Please login to write comment.