Color Hex Logo

#fedbb0 Color Hex

#FEDBB0
(254,219,176)
0 Favorites   0 Comments

Color spaces of #fedbb0

RGB 254219176
HSL0.090.980.84
HSV33°31°100°
CMYK 0.000.140.31   0.00
XYZ74.041074.868551.6230
Yxy74.86850.36920.3733
Hunter Lab86.52661.321325.1953
CIE-Lab89.33146.045725.6538

#fedbb0 color RGB value is (254,219,176).

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

The process color (four color CMYK) of #fedbb0 color hex is 0.00, 0.14, 0.31, 0.00. Web safe color of #fedbb0 is #ffcc99. Color #fedbb0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011011 10110000
Octal 376 333 260
Decimal 254 219 176
Hex FE DB B0

RGB Percentages of Color #fedbb0

%39.14
%33.74
%27.12

CMYK Percentages of Color #fedbb0

%0
%14
%31
%0

Triadic Colors of #fedbb0

#fedbb0 #b0fedb #dbb0fe

Analogous Colors of #fedbb0

#fedbb0 #fafeb0 #feb4b0

Monochromatic Colors of #fedbb0

#fedbb0

Complementary Color

#fedbb0 #b0d3fe

#fedbb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedbb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedbb0 Color CSS Codes

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

#fedbb0 Text Font Color

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

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


#fedbb0 Background Color

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

This div background color is #fedbb0


#fedbb0 Border Color

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

This div border color is #fedbb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedbb0


Comments

No comments written yet.

Please login to write comment.