Color Hex Logo

#feafb3 Color Hex

#FEAFB3
(254,175,179)
0 Favorites   0 Comments

Color spaces of #feafb3

RGB 254175179
HSL0.990.980.84
HSV357°31°100°
CMYK 0.000.310.30   0.00
XYZ64.339754.985449.8700
Yxy54.98540.38030.3250
Hunter Lab74.152125.113112.0318
CIE-Lab79.032929.39489.6833

#feafb3 color RGB value is (254,175,179).

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

The process color (four color CMYK) of #feafb3 color hex is 0.00, 0.31, 0.30, 0.00. Web safe color of #feafb3 is #ff99cc. Color #feafb3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101111 10110011
Octal 376 257 263
Decimal 254 175 179
Hex FE AF B3

RGB Percentages of Color #feafb3

%41.78
%28.78
%29.44

CMYK Percentages of Color #feafb3

%0
%31
%30
%0

Triadic Colors of #feafb3

#feafb3 #b3feaf #afb3fe

Analogous Colors of #feafb3

#feafb3 #fed3af #feafdb

Monochromatic Colors of #feafb3

#feafb3

Complementary Color

#feafb3 #affefa

#feafb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feafb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feafb3 Color CSS Codes

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

#feafb3 Text Font Color

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

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


#feafb3 Background Color

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

This div background color is #feafb3


#feafb3 Border Color

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

This div border color is #feafb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feafb3


Comments

No comments written yet.

Please login to write comment.