Color Hex Logo

#fedabb Color Hex

#FEDABB
(254,218,187)
0 Favorites   0 Comments

Color spaces of #fedabb

RGB 254218187
HSL0.080.970.86
HSV28°26°100°
CMYK 0.000.140.26   0.00
XYZ74.914174.801557.5034
Yxy74.80150.36150.3610
Hunter Lab86.48793.259521.1212
CIE-Lab89.29997.982419.8897

#fedabb color RGB value is (254,218,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011010 10111011
Octal 376 332 273
Decimal 254 218 187
Hex FE DA BB

RGB Percentages of Color #fedabb

%38.54
%33.08
%28.38

CMYK Percentages of Color #fedabb

%0
%14
%26
%0

Triadic Colors of #fedabb

#fedabb #bbfeda #dabbfe

Analogous Colors of #fedabb

#fedabb #fefcbb #febbbe

Monochromatic Colors of #fedabb

#fedabb

Complementary Color

#fedabb #bbdffe

#fedabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedabb Color CSS Codes

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

#fedabb Text Font Color

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

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


#fedabb Background Color

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

This div background color is #fedabb


#fedabb Border Color

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

This div border color is #fedabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedabb

Related Colors


Comments

No comments written yet.

Please login to write comment.