Color Hex Logo

#fdeac1 Color Hex

#FDEAC1
(253,234,193)
0 Favorites   0 Comments

Color spaces of #fdeac1

RGB 253234193
HSL0.110.940.87
HSV41°24°99°
CMYK 0.000.080.24   0.01
XYZ79.556583.578562.3913
Yxy83.57850.35280.3706
Hunter Lab91.4213-4.653223.5319
CIE-Lab93.26710.232422.2731

#fdeac1 color RGB value is (253,234,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101010 11000001
Octal 375 352 301
Decimal 253 234 193
Hex FD EA C1

RGB Percentages of Color #fdeac1

%37.21
%34.41
%28.38

CMYK Percentages of Color #fdeac1

%0
%8
%24
%1

Triadic Colors of #fdeac1

#fdeac1 #c1fdea #eac1fd

Analogous Colors of #fdeac1

#fdeac1 #f2fdc1 #fdccc1

Monochromatic Colors of #fdeac1

#fdeac1

Complementary Color

#fdeac1 #c1d4fd

#fdeac1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeac1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeac1 Color CSS Codes

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

#fdeac1 Text Font Color

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

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


#fdeac1 Background Color

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

This div background color is #fdeac1


#fdeac1 Border Color

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

This div border color is #fdeac1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeac1


Comments

No comments written yet.

Please login to write comment.