Color Hex Logo

#ffedcd Color Hex

#FFEDCD
(255,237,205)
0 Favorites   0 Comments

Color spaces of #ffedcd

RGB 255237205
HSL0.111.000.90
HSV38°20°100°
CMYK 0.000.070.20   0.00
XYZ82.543686.236270.0523
Yxy86.23620.34560.3611
Hunter Lab92.8634-3.847620.2785
CIE-Lab94.41321.117417.7107

#ffedcd color RGB value is (255,237,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101101 11001101
Octal 377 355 315
Decimal 255 237 205
Hex FF ED CD

RGB Percentages of Color #ffedcd

%36.59
%34.00
%29.41

CMYK Percentages of Color #ffedcd

%0
%7
%20
%0

Triadic Colors of #ffedcd

#ffedcd #cdffed #edcdff

Analogous Colors of #ffedcd

#ffedcd #f8ffcd #ffd4cd

Monochromatic Colors of #ffedcd

#ffedcd

Complementary Color

#ffedcd #cddfff

#ffedcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffedcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffedcd Color CSS Codes

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

#ffedcd Text Font Color

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

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


#ffedcd Background Color

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

This div background color is #ffedcd


#ffedcd Border Color

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

This div border color is #ffedcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffedcd


Comments

No comments written yet.

Please login to write comment.