Color Hex Logo

#feddb1 Color Hex

#FEDDB1
(254,221,177)
0 Favorites   0 Comments

Color spaces of #feddb1

RGB 254221177
HSL0.100.970.85
HSV34°30°100°
CMYK 0.000.130.30   0.00
XYZ74.665375.958152.3211
Yxy75.95810.36790.3743
Hunter Lab87.15390.402625.4142
CIE-Lab89.83995.143225.8307

#feddb1 color RGB value is (254,221,177).

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

The process color (four color CMYK) of #feddb1 color hex is 0.00, 0.13, 0.30, 0.00. Web safe color of #feddb1 is #ffcc99. Color #feddb1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011101 10110001
Octal 376 335 261
Decimal 254 221 177
Hex FE DD B1

RGB Percentages of Color #feddb1

%38.96
%33.90
%27.15

CMYK Percentages of Color #feddb1

%0
%13
%30
%0

Triadic Colors of #feddb1

#feddb1 #b1fedd #ddb1fe

Analogous Colors of #feddb1

#feddb1 #f9feb1 #feb7b1

Monochromatic Colors of #feddb1

#feddb1

Complementary Color

#feddb1 #b1d2fe

#feddb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feddb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feddb1 Color CSS Codes

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

#feddb1 Text Font Color

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

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


#feddb1 Background Color

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

This div background color is #feddb1


#feddb1 Border Color

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

This div border color is #feddb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feddb1

Related Colors


Comments

No comments written yet.

Please login to write comment.