Color Hex Logo

#feddb8 Color Hex

#FEDDB8
(254,221,184)
0 Favorites   0 Comments

Color spaces of #feddb8

RGB 254221184
HSL0.090.970.86
HSV32°28°100°
CMYK 0.000.130.28   0.00
XYZ75.381276.244456.0910
Yxy76.24440.36290.3671
Hunter Lab87.31801.291523.0362
CIE-Lab89.97276.040522.3842

#feddb8 color RGB value is (254,221,184).

#feddb8 hex color red value is 254, green value is 221 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #feddb8 hue: 0.09 , saturation: 0.97 and the lightness value of feddb8 is 0.86.

The process color (four color CMYK) of #feddb8 color hex is 0.00, 0.13, 0.28, 0.00. Web safe color of #feddb8 is #ffcccc. Color #feddb8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011101 10111000
Octal 376 335 270
Decimal 254 221 184
Hex FE DD B8

RGB Percentages of Color #feddb8

%38.54
%33.54
%27.92

CMYK Percentages of Color #feddb8

%0
%13
%28
%0

Triadic Colors of #feddb8

#feddb8 #b8fedd #ddb8fe

Analogous Colors of #feddb8

#feddb8 #fcfeb8 #febab8

Monochromatic Colors of #feddb8

#feddb8

Complementary Color

#feddb8 #b8d9fe

#feddb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feddb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feddb8 Color CSS Codes

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

#feddb8 Text Font Color

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

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


#feddb8 Background Color

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

This div background color is #feddb8


#feddb8 Border Color

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

This div border color is #feddb8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,221,184, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #feddb8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #feddb8;
  -webkit-box-shadow: 1px 1px 3px 2px #feddb8;
  box-shadow:         1px 1px 3px 2px #feddb8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,221,184, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feddb8


Comments

No comments written yet.

Please login to write comment.