Color Hex Logo

#fedabf Color Hex

#FEDABF
(254,218,191)
0 Favorites   0 Comments

Color spaces of #fedabf

RGB 254218191
HSL0.070.970.87
HSV26°25°100°
CMYK 0.000.140.25   0.00
XYZ75.348474.975259.7906
Yxy74.97520.35860.3568
Hunter Lab86.58823.799919.6710
CIE-Lab89.38148.522217.9145

#fedabf color RGB value is (254,218,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011010 10111111
Octal 376 332 277
Decimal 254 218 191
Hex FE DA BF

RGB Percentages of Color #fedabf

%38.31
%32.88
%28.81

CMYK Percentages of Color #fedabf

%0
%14
%25
%0

Triadic Colors of #fedabf

#fedabf #bffeda #dabffe

Analogous Colors of #fedabf

#fedabf #fefabf #febfc4

Monochromatic Colors of #fedabf

#fedabf

Complementary Color

#fedabf #bfe3fe

#fedabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedabf Color CSS Codes

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

#fedabf Text Font Color

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

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


#fedabf Background Color

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

This div background color is #fedabf


#fedabf Border Color

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

This div border color is #fedabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedabf


Comments

No comments written yet.

Please login to write comment.