Color Hex Logo

#fdefab Color Hex

#FDEFAB
(253,239,171)
0 Favorites   0 Comments

Color spaces of #fdefab

RGB 253239171
HSL0.140.950.83
HSV50°32°99°
CMYK 0.000.060.32   0.01
XYZ78.725285.555950.8928
Yxy85.55590.36590.3976
Hunter Lab92.4964-9.944532.1253
CIE-Lab94.1221-5.100034.6525

#fdefab color RGB value is (253,239,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101111 10101011
Octal 375 357 253
Decimal 253 239 171
Hex FD EF AB

RGB Percentages of Color #fdefab

%38.16
%36.05
%25.79

CMYK Percentages of Color #fdefab

%0
%6
%32
%1

Triadic Colors of #fdefab

#fdefab #abfdef #efabfd

Analogous Colors of #fdefab

#fdefab #e2fdab #fdc6ab

Monochromatic Colors of #fdefab

#fdefab

Complementary Color

#fdefab #abb9fd

#fdefab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdefab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdefab Color CSS Codes

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

#fdefab Text Font Color

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

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


#fdefab Background Color

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

This div background color is #fdefab


#fdefab Border Color

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

This div border color is #fdefab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,239,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 #fdefab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdefab


Comments

No comments written yet.

Please login to write comment.