Color Hex Logo

#fdeabf Color Hex

#FDEABF
(253,234,191)
0 Favorites   0 Comments

Color spaces of #fdeabf

RGB 253234191
HSL0.120.940.87
HSV42°25°99°
CMYK 0.000.080.25   0.01
XYZ79.334883.489961.2240
Yxy83.48990.35410.3726
Hunter Lab91.3728-4.919124.2339
CIE-Lab93.2285-0.039323.2490

#fdeabf color RGB value is (253,234,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101010 10111111
Octal 375 352 277
Decimal 253 234 191
Hex FD EA BF

RGB Percentages of Color #fdeabf

%37.32
%34.51
%28.17

CMYK Percentages of Color #fdeabf

%0
%8
%25
%1

Triadic Colors of #fdeabf

#fdeabf #bffdea #eabffd

Analogous Colors of #fdeabf

#fdeabf #f1fdbf #fdcbbf

Monochromatic Colors of #fdeabf

#fdeabf

Complementary Color

#fdeabf #bfd2fd

#fdeabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeabf Color CSS Codes

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

#fdeabf Text Font Color

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

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


#fdeabf Background Color

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

This div background color is #fdeabf


#fdeabf Border Color

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

This div border color is #fdeabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeabf

#fdeabf Color Palettes


Comments

No comments written yet.

Please login to write comment.