Color Hex Logo

#fedd90 Color Hex

#FEDD90
(254,221,144)
0 Favorites   0 Comments

Color spaces of #fedd90

RGB 254221144
HSL0.120.980.78
HSV42°43°100°
CMYK 0.000.130.43   0.00
XYZ71.763574.797337.0405
Yxy74.79730.39090.4074
Hunter Lab86.4854-3.234635.1467
CIE-Lab89.29801.423341.9321

#fedd90 color RGB value is (254,221,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011101 10010000
Octal 376 335 220
Decimal 254 221 144
Hex FE DD 90

RGB Percentages of Color #fedd90

%41.03
%35.70
%23.26

CMYK Percentages of Color #fedd90

%0
%13
%43
%0

Triadic Colors of #fedd90

#fedd90 #90fedd #dd90fe

Analogous Colors of #fedd90

#fedd90 #e8fe90 #fea690

Monochromatic Colors of #fedd90

#fedd90

Complementary Color

#fedd90 #90b1fe

#fedd90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedd90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedd90 Color CSS Codes

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

#fedd90 Text Font Color

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

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


#fedd90 Background Color

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

This div background color is #fedd90


#fedd90 Border Color

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

This div border color is #fedd90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedd90

Related Colors


Comments

No comments written yet.

Please login to write comment.