Color Hex Logo

#febeaf Color Hex

#FEBEAF
(254,190,175)
0 Favorites   0 Comments

Color spaces of #febeaf

RGB 254190175
HSL0.030.980.84
HSV11°31°100°
CMYK 0.000.250.31   0.00
XYZ67.024460.992948.7977
Yxy60.99290.37910.3450
Hunter Lab78.098016.519017.6226
CIE-Lab82.374921.012716.5585

#febeaf color RGB value is (254,190,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111110 10101111
Octal 376 276 257
Decimal 254 190 175
Hex FE BE AF

RGB Percentages of Color #febeaf

%41.03
%30.69
%28.27

CMYK Percentages of Color #febeaf

%0
%25
%31
%0

Triadic Colors of #febeaf

#febeaf #affebe #beaffe

Analogous Colors of #febeaf

#febeaf #fee6af #feafc8

Monochromatic Colors of #febeaf

#febeaf

Complementary Color

#febeaf #afeffe

#febeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#febeaf Color CSS Codes

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

#febeaf Text Font Color

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

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


#febeaf Background Color

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

This div background color is #febeaf


#febeaf Border Color

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

This div border color is #febeaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,190,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 #febeaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febeaf

Related Colors


Comments

No comments written yet.

Please login to write comment.