Color Hex Logo

#feadb6 Color Hex

#FEADB6
(254,173,182)
0 Favorites   0 Comments

Color spaces of #feadb6

RGB 254173182
HSL0.980.980.84
HSV353°32°100°
CMYK 0.000.320.28   0.00
XYZ64.260154.335451.3569
Yxy54.33540.37810.3197
Hunter Lab73.712526.613310.2903
CIE-Lab78.656930.83427.5179

#feadb6 color RGB value is (254,173,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101101 10110110
Octal 376 255 266
Decimal 254 173 182
Hex FE AD B6

RGB Percentages of Color #feadb6

%41.71
%28.41
%29.89

CMYK Percentages of Color #feadb6

%0
%32
%28
%0

Triadic Colors of #feadb6

#feadb6 #b6fead #adb6fe

Analogous Colors of #feadb6

#feadb6 #fecdad #feaddf

Monochromatic Colors of #feadb6

#feadb6

Complementary Color

#feadb6 #adfef5

#feadb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feadb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feadb6 Color CSS Codes

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

#feadb6 Text Font Color

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

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


#feadb6 Background Color

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

This div background color is #feadb6


#feadb6 Border Color

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

This div border color is #feadb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feadb6


Comments

No comments written yet.

Please login to write comment.