Color Hex Logo

#fedf89 Color Hex

#FEDF89
(254,223,137)
0 Favorites   0 Comments

Color spaces of #fedf89

RGB 254223137
HSL0.120.980.77
HSV44°46°100°
CMYK 0.000.120.46   0.00
XYZ71.776175.652334.4863
Yxy75.65230.39460.4159
Hunter Lab86.9783-4.910637.3768
CIE-Lab89.6977-0.272945.9071

#fedf89 color RGB value is (254,223,137).

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

The process color (four color CMYK) of #fedf89 color hex is 0.00, 0.12, 0.46, 0.00. Web safe color of #fedf89 is #ffcc99. Color #fedf89 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011111 10001001
Octal 376 337 211
Decimal 254 223 137
Hex FE DF 89

RGB Percentages of Color #fedf89

%41.37
%36.32
%22.31

CMYK Percentages of Color #fedf89

%0
%12
%46
%0

Triadic Colors of #fedf89

#fedf89 #89fedf #df89fe

Analogous Colors of #fedf89

#fedf89 #e3fe89 #fea589

Monochromatic Colors of #fedf89

#fedf89

Complementary Color

#fedf89 #89a8fe

#fedf89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedf89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedf89 Color CSS Codes

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

#fedf89 Text Font Color

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

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


#fedf89 Background Color

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

This div background color is #fedf89


#fedf89 Border Color

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

This div border color is #fedf89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedf89

Related Colors


Comments

No comments written yet.

Please login to write comment.