Color Hex Logo

#fedb93 Color Hex

#FEDB93
(254,219,147)
0 Favorites   0 Comments

Color spaces of #fedb93

RGB 254219147
HSL0.110.980.79
HSV40°42°100°
CMYK 0.000.140.42   0.00
XYZ71.471073.840538.0895
Yxy73.84050.38970.4026
Hunter Lab85.9305-1.914533.8705
CIE-Lab88.84702.747539.8489

#fedb93 color RGB value is (254,219,147).

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

The process color (four color CMYK) of #fedb93 color hex is 0.00, 0.14, 0.42, 0.00. Web safe color of #fedb93 is #ffcc99. Color #fedb93 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011011 10010011
Octal 376 333 223
Decimal 254 219 147
Hex FE DB 93

RGB Percentages of Color #fedb93

%40.97
%35.32
%23.71

CMYK Percentages of Color #fedb93

%0
%14
%42
%0

Triadic Colors of #fedb93

#fedb93 #93fedb #db93fe

Analogous Colors of #fedb93

#fedb93 #ecfe93 #fea693

Monochromatic Colors of #fedb93

#fedb93

Complementary Color

#fedb93 #93b6fe

#fedb93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedb93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedb93 Color CSS Codes

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

#fedb93 Text Font Color

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

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


#fedb93 Background Color

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

This div background color is #fedb93


#fedb93 Border Color

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

This div border color is #fedb93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedb93


Comments

No comments written yet.

Please login to write comment.