Color Hex Logo

#fed891 Color Hex

#FED891
(254,216,145)
0 Favorites   0 Comments

Color spaces of #fed891

RGB 254216145
HSL0.110.980.78
HSV39°43°100°
CMYK 0.000.150.43   0.00
XYZ70.539872.226937.0114
Yxy72.22690.39240.4018
Hunter Lab84.9864-0.569033.6698
CIE-Lab88.07774.080339.8647

#fed891 color RGB value is (254,216,145).

#fed891 hex color red value is 254, green value is 216 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #fed891 hue: 0.11 , saturation: 0.98 and the lightness value of fed891 is 0.78.

The process color (four color CMYK) of #fed891 color hex is 0.00, 0.15, 0.43, 0.00. Web safe color of #fed891 is #ffcc99. Color #fed891 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011000 10010001
Octal 376 330 221
Decimal 254 216 145
Hex FE D8 91

RGB Percentages of Color #fed891

%41.30
%35.12
%23.58

CMYK Percentages of Color #fed891

%0
%15
%43
%0

Triadic Colors of #fed891

#fed891 #91fed8 #d891fe

Analogous Colors of #fed891

#fed891 #eefe91 #fea291

Monochromatic Colors of #fed891

#fed891

Complementary Color

#fed891 #91b7fe

#fed891 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed891 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed891 Color CSS Codes

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

#fed891 Text Font Color

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

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


#fed891 Background Color

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

This div background color is #fed891


#fed891 Border Color

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

This div border color is #fed891


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed891


Comments

No comments written yet.

Please login to write comment.