Color Hex Logo

#fdeaab Color Hex

#FDEAAB
(253,234,171)
0 Favorites   0 Comments

Color spaces of #fdeaab

RGB 253234171
HSL0.130.950.83
HSV46°32°99°
CMYK 0.000.080.32   0.01
XYZ77.281582.668650.4115
Yxy82.66860.36740.3930
Hunter Lab90.9223-7.393830.7725
CIE-Lab92.8692-2.587332.9830

#fdeaab color RGB value is (253,234,171).

#fdeaab hex color red value is 253, green value is 234 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #fdeaab hue: 0.13 , saturation: 0.95 and the lightness value of fdeaab is 0.83.

The process color (four color CMYK) of #fdeaab color hex is 0.00, 0.08, 0.32, 0.01. Web safe color of #fdeaab is #ffff99. Color #fdeaab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101010 10101011
Octal 375 352 253
Decimal 253 234 171
Hex FD EA AB

RGB Percentages of Color #fdeaab

%38.45
%35.56
%25.99

CMYK Percentages of Color #fdeaab

%0
%8
%32
%1

Triadic Colors of #fdeaab

#fdeaab #abfdea #eaabfd

Analogous Colors of #fdeaab

#fdeaab #e7fdab #fdc1ab

Monochromatic Colors of #fdeaab

#fdeaab

Complementary Color

#fdeaab #abbefd

#fdeaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeaab Color CSS Codes

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

#fdeaab Text Font Color

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

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


#fdeaab Background Color

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

This div background color is #fdeaab


#fdeaab Border Color

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

This div border color is #fdeaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeaab


Comments

No comments written yet.

Please login to write comment.