Color Hex Logo

#fdeaa1 Color Hex

#FDEAA1
(253,234,161)
0 Favorites   0 Comments

Color spaces of #fdeaa1

RGB 253234161
HSL0.130.960.81
HSV48°36°99°
CMYK 0.000.080.36   0.01
XYZ76.363982.301545.5792
Yxy82.30150.37390.4030
Hunter Lab90.7202-8.507533.7159
CIE-Lab92.7078-3.746137.8155

#fdeaa1 color RGB value is (253,234,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101010 10100001
Octal 375 352 241
Decimal 253 234 161
Hex FD EA A1

RGB Percentages of Color #fdeaa1

%39.04
%36.11
%24.85

CMYK Percentages of Color #fdeaa1

%0
%8
%36
%1

Triadic Colors of #fdeaa1

#fdeaa1 #a1fdea #eaa1fd

Analogous Colors of #fdeaa1

#fdeaa1 #e2fda1 #fdbca1

Monochromatic Colors of #fdeaa1

#fdeaa1

Complementary Color

#fdeaa1 #a1b4fd

#fdeaa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeaa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeaa1 Color CSS Codes

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

#fdeaa1 Text Font Color

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

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


#fdeaa1 Background Color

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

This div background color is #fdeaa1


#fdeaa1 Border Color

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

This div border color is #fdeaa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeaa1


Comments

No comments written yet.

Please login to write comment.