Color Hex Logo

#fedbb5 Color Hex

#FEDBB5
(254,219,181)
0 Favorites   0 Comments

Color spaces of #fedbb5

RGB 254219181
HSL0.090.970.85
HSV31°29°100°
CMYK 0.000.140.29   0.00
XYZ74.545175.070154.2771
Yxy75.07010.36560.3682
Hunter Lab86.64301.950923.5082
CIE-Lab89.42586.680323.1885

#fedbb5 color RGB value is (254,219,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011011 10110101
Octal 376 333 265
Decimal 254 219 181
Hex FE DB B5

RGB Percentages of Color #fedbb5

%38.84
%33.49
%27.68

CMYK Percentages of Color #fedbb5

%0
%14
%29
%0

Triadic Colors of #fedbb5

#fedbb5 #b5fedb #dbb5fe

Analogous Colors of #fedbb5

#fedbb5 #fdfeb5 #feb7b5

Monochromatic Colors of #fedbb5

#fedbb5

Complementary Color

#fedbb5 #b5d8fe

#fedbb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedbb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedbb5 Color CSS Codes

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

#fedbb5 Text Font Color

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

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


#fedbb5 Background Color

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

This div background color is #fedbb5


#fedbb5 Border Color

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

This div border color is #fedbb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedbb5


Comments

No comments written yet.

Please login to write comment.