Color Hex Logo

#fdeac8 Color Hex

#FDEAC8
(253,234,200)
0 Favorites   0 Comments

Color spaces of #fdeac8

RGB 253234200
HSL0.110.930.89
HSV38°21°99°
CMYK 0.000.080.21   0.01
XYZ80.356283.898466.6024
Yxy83.89840.34810.3634
Hunter Lab91.5961-3.697121.0056
CIE-Lab93.40641.205918.8568

#fdeac8 color RGB value is (253,234,200).

#fdeac8 hex color red value is 253, green value is 234 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #fdeac8 hue: 0.11 , saturation: 0.93 and the lightness value of fdeac8 is 0.89.

The process color (four color CMYK) of #fdeac8 color hex is 0.00, 0.08, 0.21, 0.01. Web safe color of #fdeac8 is #ffffcc. Color #fdeac8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101010 11001000
Octal 375 352 310
Decimal 253 234 200
Hex FD EA C8

RGB Percentages of Color #fdeac8

%36.83
%34.06
%29.11

CMYK Percentages of Color #fdeac8

%0
%8
%21
%1

Triadic Colors of #fdeac8

#fdeac8 #c8fdea #eac8fd

Analogous Colors of #fdeac8

#fdeac8 #f6fdc8 #fdd0c8

Monochromatic Colors of #fdeac8

#fdeac8

Complementary Color

#fdeac8 #c8dbfd

#fdeac8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeac8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeac8 Color CSS Codes

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

#fdeac8 Text Font Color

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

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


#fdeac8 Background Color

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

This div background color is #fdeac8


#fdeac8 Border Color

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

This div border color is #fdeac8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeac8

Related Colors


Comments

No comments written yet.

Please login to write comment.