Color Hex Logo

#fdeec5 Color Hex

#FDEEC5
(253,238,197)
0 Favorites   0 Comments

Color spaces of #fdeec5

RGB 253238197
HSL0.120.930.88
HSV44°22°99°
CMYK 0.000.060.22   0.01
XYZ81.160686.062965.1575
Yxy86.06290.34930.3704
Hunter Lab92.7701-6.185623.2965
CIE-Lab94.3392-1.242821.7020

#fdeec5 color RGB value is (253,238,197).

#fdeec5 hex color red value is 253, green value is 238 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #fdeec5 hue: 0.12 , saturation: 0.93 and the lightness value of fdeec5 is 0.88.

The process color (four color CMYK) of #fdeec5 color hex is 0.00, 0.06, 0.22, 0.01. Web safe color of #fdeec5 is #ffffcc. Color #fdeec5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101110 11000101
Octal 375 356 305
Decimal 253 238 197
Hex FD EE C5

RGB Percentages of Color #fdeec5

%36.77
%34.59
%28.63

CMYK Percentages of Color #fdeec5

%0
%6
%22
%1

Triadic Colors of #fdeec5

#fdeec5 #c5fdee #eec5fd

Analogous Colors of #fdeec5

#fdeec5 #f0fdc5 #fdd2c5

Monochromatic Colors of #fdeec5

#fdeec5

Complementary Color

#fdeec5 #c5d4fd

#fdeec5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeec5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeec5 Color CSS Codes

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

#fdeec5 Text Font Color

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

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


#fdeec5 Background Color

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

This div background color is #fdeec5


#fdeec5 Border Color

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

This div border color is #fdeec5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,238,197, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fdeec5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fdeec5;
  -webkit-box-shadow: 1px 1px 3px 2px #fdeec5;
  box-shadow:         1px 1px 3px 2px #fdeec5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,238,197, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeec5


Comments

No comments written yet.

Please login to write comment.