Color Hex Logo

#feadbf Color Hex

#FEADBF
(254,173,191)
0 Favorites   0 Comments

Color spaces of #feadbf

RGB 254173191
HSL0.960.980.84
HSV347°32°100°
CMYK 0.000.320.25   0.00
XYZ65.220654.719656.4146
Yxy54.71960.36980.3103
Hunter Lab73.972727.92856.5639
CIE-Lab78.879532.05052.9502

#feadbf color RGB value is (254,173,191).

#feadbf hex color red value is 254, green value is 173 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #feadbf hue: 0.96 , saturation: 0.98 and the lightness value of feadbf is 0.84.

The process color (four color CMYK) of #feadbf color hex is 0.00, 0.32, 0.25, 0.00. Web safe color of #feadbf is #ff99cc. Color #feadbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101101 10111111
Octal 376 255 277
Decimal 254 173 191
Hex FE AD BF

RGB Percentages of Color #feadbf

%41.10
%27.99
%30.91

CMYK Percentages of Color #feadbf

%0
%32
%25
%0

Triadic Colors of #feadbf

#feadbf #bffead #adbffe

Analogous Colors of #feadbf

#feadbf #fec4ad #feade8

Monochromatic Colors of #feadbf

#feadbf

Complementary Color

#feadbf #adfeec

#feadbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feadbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#feadbf Color CSS Codes

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

#feadbf Text Font Color

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

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


#feadbf Background Color

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

This div background color is #feadbf


#feadbf Border Color

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

This div border color is #feadbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feadbf

Related Colors


Comments

No comments written yet.

Please login to write comment.