Color Hex Logo

#feddba Color Hex

#FEDDBA
(254,221,186)
0 Favorites   0 Comments

Color spaces of #feddba

RGB 254221186
HSL0.090.970.86
HSV31°27°100°
CMYK 0.000.130.27   0.00
XYZ75.592476.328957.2032
Yxy76.32890.36150.3650
Hunter Lab87.36641.553122.3363
CIE-Lab90.01186.303721.3989

#feddba color RGB value is (254,221,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011101 10111010
Octal 376 335 272
Decimal 254 221 186
Hex FE DD BA

RGB Percentages of Color #feddba

%38.43
%33.43
%28.14

CMYK Percentages of Color #feddba

%0
%13
%27
%0

Triadic Colors of #feddba

#feddba #bafedd #ddbafe

Analogous Colors of #feddba

#feddba #fdfeba #febbba

Monochromatic Colors of #feddba

#feddba

Complementary Color

#feddba #badbfe

#feddba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feddba Color Preview on White Background

Lorem ipsum dolor sit amet.

#feddba Color CSS Codes

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

#feddba Text Font Color

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

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


#feddba Background Color

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

This div background color is #feddba


#feddba Border Color

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

This div border color is #feddba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feddba


Comments

No comments written yet.

Please login to write comment.