Color Hex Logo

#fedbb7 Color Hex

#FEDBB7
(254,219,183)
0 Favorites   0 Comments

Color spaces of #fedbb7

RGB 254219183
HSL0.080.970.86
HSV30°28°100°
CMYK 0.000.140.28   0.00
XYZ74.751875.152855.3658
Yxy75.15280.36420.3661
Hunter Lab86.69072.208522.8174
CIE-Lab89.46456.939222.2020

#fedbb7 color RGB value is (254,219,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011011 10110111
Octal 376 333 267
Decimal 254 219 183
Hex FE DB B7

RGB Percentages of Color #fedbb7

%38.72
%33.38
%27.90

CMYK Percentages of Color #fedbb7

%0
%14
%28
%0

Triadic Colors of #fedbb7

#fedbb7 #b7fedb #dbb7fe

Analogous Colors of #fedbb7

#fedbb7 #fefeb7 #feb8b7

Monochromatic Colors of #fedbb7

#fedbb7

Complementary Color

#fedbb7 #b7dafe

#fedbb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedbb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedbb7 Color CSS Codes

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

#fedbb7 Text Font Color

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

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


#fedbb7 Background Color

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

This div background color is #fedbb7


#fedbb7 Border Color

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

This div border color is #fedbb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedbb7


Comments

No comments written yet.

Please login to write comment.