Color Hex Logo

#fedc90 Color Hex

#FEDC90
(254,220,144)
0 Favorites   0 Comments

Color spaces of #fedc90

RGB 254220144
HSL0.120.980.78
HSV41°43°100°
CMYK 0.000.130.43   0.00
XYZ71.500374.270836.9528
Yxy74.27080.39130.4065
Hunter Lab86.1805-2.722034.9038
CIE-Lab89.05031.933441.6154

#fedc90 color RGB value is (254,220,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011100 10010000
Octal 376 334 220
Decimal 254 220 144
Hex FE DC 90

RGB Percentages of Color #fedc90

%41.10
%35.60
%23.30

CMYK Percentages of Color #fedc90

%0
%13
%43
%0

Triadic Colors of #fedc90

#fedc90 #90fedc #dc90fe

Analogous Colors of #fedc90

#fedc90 #e9fe90 #fea590

Monochromatic Colors of #fedc90

#fedc90

Complementary Color

#fedc90 #90b2fe

#fedc90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedc90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedc90 Color CSS Codes

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

#fedc90 Text Font Color

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

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


#fedc90 Background Color

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

This div background color is #fedc90


#fedc90 Border Color

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

This div border color is #fedc90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedc90

Related Colors


Comments

No comments written yet.

Please login to write comment.