Color Hex Logo

#fdeab0 Color Hex

#FDEAB0
(253,234,176)
0 Favorites   0 Comments

Color spaces of #fdeab0

RGB 253234176
HSL0.130.950.84
HSV45°30°99°
CMYK 0.000.080.30   0.01
XYZ77.767382.862952.9697
Yxy82.86290.36410.3879
Hunter Lab91.0291-6.806029.2196
CIE-Lab92.9544-1.978930.5559

#fdeab0 color RGB value is (253,234,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101010 10110000
Octal 375 352 260
Decimal 253 234 176
Hex FD EA B0

RGB Percentages of Color #fdeab0

%38.16
%35.29
%26.55

CMYK Percentages of Color #fdeab0

%0
%8
%30
%1

Triadic Colors of #fdeab0

#fdeab0 #b0fdea #eab0fd

Analogous Colors of #fdeab0

#fdeab0 #eafdb0 #fdc4b0

Monochromatic Colors of #fdeab0

#fdeab0

Complementary Color

#fdeab0 #b0c3fd

#fdeab0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeab0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeab0 Color CSS Codes

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

#fdeab0 Text Font Color

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

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


#fdeab0 Background Color

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

This div background color is #fdeab0


#fdeab0 Border Color

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

This div border color is #fdeab0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeab0

#fdeab0 Color Palettes


Comments

No comments written yet.

Please login to write comment.