Color Hex Logo

#feadb7 Color Hex

#FEADB7
(254,173,183)
0 Favorites   0 Comments

Color spaces of #feadb7

RGB 254173183
HSL0.980.980.84
HSV353°32°100°
CMYK 0.000.320.28   0.00
XYZ64.363954.376951.9032
Yxy54.37690.37720.3187
Hunter Lab73.740726.75599.8866
CIE-Lab78.681030.96657.0094

#feadb7 color RGB value is (254,173,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101101 10110111
Octal 376 255 267
Decimal 254 173 183
Hex FE AD B7

RGB Percentages of Color #feadb7

%41.64
%28.36
%30.00

CMYK Percentages of Color #feadb7

%0
%32
%28
%0

Triadic Colors of #feadb7

#feadb7 #b7fead #adb7fe

Analogous Colors of #feadb7

#feadb7 #feccad #feade0

Monochromatic Colors of #feadb7

#feadb7

Complementary Color

#feadb7 #adfef4

#feadb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feadb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feadb7 Color CSS Codes

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

#feadb7 Text Font Color

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

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


#feadb7 Background Color

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

This div background color is #feadb7


#feadb7 Border Color

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

This div border color is #feadb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feadb7


Comments

No comments written yet.

Please login to write comment.