Color Hex Logo

#fdeeb0 Color Hex

#FDEEB0
(253,238,176)
0 Favorites   0 Comments

Color spaces of #fdeeb0

RGB 253238176
HSL0.130.950.84
HSV48°30°99°
CMYK 0.000.060.30   0.01
XYZ78.919085.166353.3536
Yxy85.16630.36290.3917
Hunter Lab92.2856-8.853630.3222
CIE-Lab93.9547-3.993431.9015

#fdeeb0 color RGB value is (253,238,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101110 10110000
Octal 375 356 260
Decimal 253 238 176
Hex FD EE B0

RGB Percentages of Color #fdeeb0

%37.93
%35.68
%26.39

CMYK Percentages of Color #fdeeb0

%0
%6
%30
%1

Triadic Colors of #fdeeb0

#fdeeb0 #b0fdee #eeb0fd

Analogous Colors of #fdeeb0

#fdeeb0 #e6fdb0 #fdc8b0

Monochromatic Colors of #fdeeb0

#fdeeb0

Complementary Color

#fdeeb0 #b0bffd

#fdeeb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeeb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeeb0 Color CSS Codes

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

#fdeeb0 Text Font Color

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

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


#fdeeb0 Background Color

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

This div background color is #fdeeb0


#fdeeb0 Border Color

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

This div border color is #fdeeb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeeb0

Related Colors


Comments

No comments written yet.

Please login to write comment.