Color Hex Logo

#ffedd6 Color Hex

#FFEDD6
(255,237,214)
0 Favorites   0 Comments

Color spaces of #ffedd6

RGB 255237214
HSL0.091.000.92
HSV34°16°100°
CMYK 0.000.070.16   0.00
XYZ83.661886.683475.9405
Yxy86.68340.33970.3520
Hunter Lab93.1039-2.534416.8127
CIE-Lab94.60382.440613.3312

#ffedd6 color RGB value is (255,237,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101101 11010110
Octal 377 355 326
Decimal 255 237 214
Hex FF ED D6

RGB Percentages of Color #ffedd6

%36.12
%33.57
%30.31

CMYK Percentages of Color #ffedd6

%0
%7
%16
%0

Triadic Colors of #ffedd6

#ffedd6 #d6ffed #edd6ff

Analogous Colors of #ffedd6

#ffedd6 #fdffd6 #ffd9d6

Monochromatic Colors of #ffedd6

#ffedd6

Complementary Color

#ffedd6 #d6e8ff

#ffedd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffedd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffedd6 Color CSS Codes

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

#ffedd6 Text Font Color

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

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


#ffedd6 Background Color

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

This div background color is #ffedd6


#ffedd6 Border Color

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

This div border color is #ffedd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffedd6

Related Colors


Comments

No comments written yet.

Please login to write comment.