Color Hex Logo

#febaaf Color Hex

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

Color spaces of #febaaf

RGB 254186175
HSL0.020.980.84
HSV31°100°
CMYK 0.000.270.31   0.00
XYZ66.169859.283848.5128
Yxy59.28380.38040.3408
Hunter Lab76.996018.658716.5404
CIE-Lab81.447323.111315.2577

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

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

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

Base Numbers

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

RGB Percentages of Color #febaaf

%41.30
%30.24
%28.46

CMYK Percentages of Color #febaaf

%0
%27
%31
%0

Triadic Colors of #febaaf

#febaaf #affeba #baaffe

Analogous Colors of #febaaf

#febaaf #fee2af #feafcc

Monochromatic Colors of #febaaf

#febaaf

Complementary Color

#febaaf #aff3fe

#febaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#febaaf Color CSS Codes

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

#febaaf Text Font Color

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

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


#febaaf Background Color

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

This div background color is #febaaf


#febaaf Border Color

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

This div border color is #febaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febaaf

#febaaf Color Palettes


Comments

No comments written yet.

Please login to write comment.