Color Hex Logo

#fedbb1 Color Hex

#FEDBB1
(254,219,177)
1 Favorites   0 Comments

Color spaces of #fedbb1

RGB 254219177
HSL0.090.970.85
HSV33°30°100°
CMYK 0.000.140.30   0.00
XYZ74.140474.908252.1461
Yxy74.90820.36850.3723
Hunter Lab86.54951.445724.8624
CIE-Lab89.35006.171225.1609

#fedbb1 color RGB value is (254,219,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011011 10110001
Octal 376 333 261
Decimal 254 219 177
Hex FE DB B1

RGB Percentages of Color #fedbb1

%39.08
%33.69
%27.23

CMYK Percentages of Color #fedbb1

%0
%14
%30
%0

Triadic Colors of #fedbb1

#fedbb1 #b1fedb #dbb1fe

Analogous Colors of #fedbb1

#fedbb1 #fbfeb1 #feb5b1

Monochromatic Colors of #fedbb1

#fedbb1

Complementary Color

#fedbb1 #b1d4fe

#fedbb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedbb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedbb1 Color CSS Codes

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

#fedbb1 Text Font Color

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

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


#fedbb1 Background Color

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

This div background color is #fedbb1


#fedbb1 Border Color

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

This div border color is #fedbb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedbb1


Comments

No comments written yet.

Please login to write comment.