Color Hex Logo

#fedabc Color Hex

#FEDABC
(254,218,188)
1 Favorites   0 Comments

Color spaces of #fedabc

RGB 254218188
HSL0.080.970.87
HSV27°26°100°
CMYK 0.000.140.26   0.00
XYZ75.021674.844558.0693
Yxy74.84450.36080.3599
Hunter Lab86.51273.393420.7621
CIE-Lab89.32018.116319.3959

#fedabc color RGB value is (254,218,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011010 10111100
Octal 376 332 274
Decimal 254 218 188
Hex FE DA BC

RGB Percentages of Color #fedabc

%38.48
%33.03
%28.48

CMYK Percentages of Color #fedabc

%0
%14
%26
%0

Triadic Colors of #fedabc

#fedabc #bcfeda #dabcfe

Analogous Colors of #fedabc

#fedabc #fefbbc #febcbf

Monochromatic Colors of #fedabc

#fedabc

Complementary Color

#fedabc #bce0fe

#fedabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedabc Color CSS Codes

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

#fedabc Text Font Color

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

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


#fedabc Background Color

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

This div background color is #fedabc


#fedabc Border Color

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

This div border color is #fedabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedabc


Comments

No comments written yet.

Please login to write comment.