Color Hex Logo

#ffedcc Color Hex

#FFEDCC
(255,237,204)
0 Favorites   0 Comments

Color spaces of #ffedcc

RGB 255237204
HSL0.111.000.90
HSV39°20°100°
CMYK 0.000.070.20   0.00
XYZ82.423386.188069.4185
Yxy86.18800.34630.3621
Hunter Lab92.8375-3.989120.6526
CIE-Lab94.39270.974218.1975

#ffedcc color RGB value is (255,237,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101101 11001100
Octal 377 355 314
Decimal 255 237 204
Hex FF ED CC

RGB Percentages of Color #ffedcc

%36.64
%34.05
%29.31

CMYK Percentages of Color #ffedcc

%0
%7
%20
%0

Triadic Colors of #ffedcc

#ffedcc #ccffed #edccff

Analogous Colors of #ffedcc

#ffedcc #f8ffcc #ffd4cc

Monochromatic Colors of #ffedcc

#ffedcc

Complementary Color

#ffedcc #ccdeff

#ffedcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffedcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffedcc Color CSS Codes

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

#ffedcc Text Font Color

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

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


#ffedcc Background Color

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

This div background color is #ffedcc


#ffedcc Border Color

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

This div border color is #ffedcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffedcc

Related Colors


Comments

No comments written yet.

Please login to write comment.