Color Hex Logo

#febdaf Color Hex

#FEBDAF
(254,189,175)
0 Favorites   0 Comments

Color spaces of #febdaf

RGB 254189175
HSL0.030.980.84
HSV11°31°100°
CMYK 0.000.260.31   0.00
XYZ66.808560.561248.7257
Yxy60.56120.37940.3439
Hunter Lab77.821117.053317.3518
CIE-Lab82.142321.537116.2327

#febdaf color RGB value is (254,189,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111101 10101111
Octal 376 275 257
Decimal 254 189 175
Hex FE BD AF

RGB Percentages of Color #febdaf

%41.10
%30.58
%28.32

CMYK Percentages of Color #febdaf

%0
%26
%31
%0

Triadic Colors of #febdaf

#febdaf #affebd #bdaffe

Analogous Colors of #febdaf

#febdaf #fee5af #feafc9

Monochromatic Colors of #febdaf

#febdaf

Complementary Color

#febdaf #aff0fe

#febdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#febdaf Color CSS Codes

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

#febdaf Text Font Color

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

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


#febdaf Background Color

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

This div background color is #febdaf


#febdaf Border Color

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

This div border color is #febdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febdaf

Related Colors


Comments

No comments written yet.

Please login to write comment.