Color Hex Logo

#fedfbe Color Hex

#FEDFBE
(254,223,190)
0 Favorites   0 Comments

Color spaces of #fedfbe

RGB 254223190
HSL0.090.970.87
HSV31°25°100°
CMYK 0.000.120.25   0.00
XYZ76.555077.563959.6516
Yxy77.56390.35810.3628
Hunter Lab88.07041.037621.4911
CIE-Lab90.58055.810520.1090

#fedfbe color RGB value is (254,223,190).

#fedfbe hex color red value is 254, green value is 223 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #fedfbe hue: 0.09 , saturation: 0.97 and the lightness value of fedfbe is 0.87.

The process color (four color CMYK) of #fedfbe color hex is 0.00, 0.12, 0.25, 0.00. Web safe color of #fedfbe is #ffcccc. Color #fedfbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011111 10111110
Octal 376 337 276
Decimal 254 223 190
Hex FE DF BE

RGB Percentages of Color #fedfbe

%38.08
%33.43
%28.49

CMYK Percentages of Color #fedfbe

%0
%12
%25
%0

Triadic Colors of #fedfbe

#fedfbe #befedf #dfbefe

Analogous Colors of #fedfbe

#fedfbe #fdfebe #febfbe

Monochromatic Colors of #fedfbe

#fedfbe

Complementary Color

#fedfbe #beddfe

#fedfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedfbe Color CSS Codes

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

#fedfbe Text Font Color

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

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


#fedfbe Background Color

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

This div background color is #fedfbe


#fedfbe Border Color

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

This div border color is #fedfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedfbe


Comments

No comments written yet.

Please login to write comment.