Color Hex Logo

#fedbba Color Hex

#FEDBBA
(254,219,186)
0 Favorites   0 Comments

Color spaces of #fedbba

RGB 254219186
HSL0.080.970.86
HSV29°27°100°
CMYK 0.000.140.27   0.00
XYZ75.067575.279057.0282
Yxy75.27900.36200.3630
Hunter Lab86.76352.601621.7641
CIE-Lab89.52357.333720.7217

#fedbba color RGB value is (254,219,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011011 10111010
Octal 376 333 272
Decimal 254 219 186
Hex FE DB BA

RGB Percentages of Color #fedbba

%38.54
%33.23
%28.22

CMYK Percentages of Color #fedbba

%0
%14
%27
%0

Triadic Colors of #fedbba

#fedbba #bafedb #dbbafe

Analogous Colors of #fedbba

#fedbba #fefdba #febabb

Monochromatic Colors of #fedbba

#fedbba

Complementary Color

#fedbba #baddfe

#fedbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedbba Color CSS Codes

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

#fedbba Text Font Color

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

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


#fedbba Background Color

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

This div background color is #fedbba


#fedbba Border Color

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

This div border color is #fedbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedbba

Related Colors


Comments

No comments written yet.

Please login to write comment.