Color Hex Logo

#feafba Color Hex

#FEAFBA
(254,175,186)
0 Favorites   0 Comments

Color spaces of #feafba

RGB 254175186
HSL0.980.980.84
HSV352°31°100°
CMYK 0.000.310.27   0.00
XYZ65.065955.275953.6943
Yxy55.27590.37390.3176
Hunter Lab74.347826.10689.2239
CIE-Lab79.199930.32036.1273

#feafba color RGB value is (254,175,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101111 10111010
Octal 376 257 272
Decimal 254 175 186
Hex FE AF BA

RGB Percentages of Color #feafba

%41.30
%28.46
%30.24

CMYK Percentages of Color #feafba

%0
%31
%27
%0

Triadic Colors of #feafba

#feafba #bafeaf #afbafe

Analogous Colors of #feafba

#feafba #feccaf #feafe2

Monochromatic Colors of #feafba

#feafba

Complementary Color

#feafba #affef3

#feafba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feafba Color Preview on White Background

Lorem ipsum dolor sit amet.

#feafba Color CSS Codes

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

#feafba Text Font Color

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

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


#feafba Background Color

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

This div background color is #feafba


#feafba Border Color

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

This div border color is #feafba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feafba


Comments

No comments written yet.

Please login to write comment.