Color Hex Logo

#ffedcb Color Hex

#FFEDCB
(255,237,203)
0 Favorites   0 Comments

Color spaces of #ffedcb

RGB 255237203
HSL0.111.000.90
HSV39°20°100°
CMYK 0.000.070.20   0.00
XYZ82.303786.140268.7888
Yxy86.14020.34690.3631
Hunter Lab92.8117-4.130121.0246
CIE-Lab94.37230.831518.6844

#ffedcb color RGB value is (255,237,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101101 11001011
Octal 377 355 313
Decimal 255 237 203
Hex FF ED CB

RGB Percentages of Color #ffedcb

%36.69
%34.10
%29.21

CMYK Percentages of Color #ffedcb

%0
%7
%20
%0

Triadic Colors of #ffedcb

#ffedcb #cbffed #edcbff

Analogous Colors of #ffedcb

#ffedcb #f7ffcb #ffd3cb

Monochromatic Colors of #ffedcb

#ffedcb

Complementary Color

#ffedcb #cbddff

#ffedcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffedcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffedcb Color CSS Codes

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

#ffedcb Text Font Color

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

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


#ffedcb Background Color

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

This div background color is #ffedcb


#ffedcb Border Color

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

This div border color is #ffedcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffedcb


Comments

No comments written yet.

Please login to write comment.