Color Hex Logo

#ffedec Color Hex

#FFEDEC
(255,237,236)
1 Favorites   0 Comments

Color spaces of #ffedec

RGB 255237236
HSL0.011.000.96
HSV100°
CMYK 0.000.070.07   0.00
XYZ86.664587.884591.7526
Yxy87.88450.32540.3300
Hunter Lab93.74670.95827.5939
CIE-Lab95.11235.91422.6653

#ffedec color RGB value is (255,237,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101101 11101100
Octal 377 355 354
Decimal 255 237 236
Hex FF ED EC

RGB Percentages of Color #ffedec

%35.03
%32.55
%32.42

CMYK Percentages of Color #ffedec

%0
%7
%7
%0

Triadic Colors of #ffedec

#ffedec #ecffed #edecff

Analogous Colors of #ffedec

#ffedec #fff7ec #ffecf5

Monochromatic Colors of #ffedec

#ffedec

Complementary Color

#ffedec #ecfeff

#ffedec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffedec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffedec Color CSS Codes

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

#ffedec Text Font Color

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

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


#ffedec Background Color

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

This div background color is #ffedec


#ffedec Border Color

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

This div border color is #ffedec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffedec

Related Colors


Comments

No comments written yet.

Please login to write comment.