Color Hex Logo

#feabd1 Color Hex

#FEABD1
(254,171,209)
0 Favorites   0 Comments

Color spaces of #feabd1

RGB 254171209
HSL0.920.980.83
HSV333°33°100°
CMYK 0.000.330.18   0.00
XYZ66.944654.800167.3707
Yxy54.80010.35400.2898
Hunter Lab74.027131.8747-2.1398
CIE-Lab78.926035.7021-6.7596

#feabd1 color RGB value is (254,171,209).

#feabd1 hex color red value is 254, green value is 171 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #feabd1 hue: 0.92 , saturation: 0.98 and the lightness value of feabd1 is 0.83.

The process color (four color CMYK) of #feabd1 color hex is 0.00, 0.33, 0.18, 0.00. Web safe color of #feabd1 is #ff99cc. Color #feabd1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101011 11010001
Octal 376 253 321
Decimal 254 171 209
Hex FE AB D1

RGB Percentages of Color #feabd1

%40.06
%26.97
%32.97

CMYK Percentages of Color #feabd1

%0
%33
%18
%0

Triadic Colors of #feabd1

#feabd1 #d1feab #abd1fe

Analogous Colors of #feabd1

#feabd1 #feafab #feabfb

Monochromatic Colors of #feabd1

#feabd1

Complementary Color

#feabd1 #abfed8

#feabd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feabd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feabd1 Color CSS Codes

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

#feabd1 Text Font Color

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

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


#feabd1 Background Color

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

This div background color is #feabd1


#feabd1 Border Color

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

This div border color is #feabd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feabd1


Comments

No comments written yet.

Please login to write comment.