Color Hex Logo

#fedb73 Color Hex

#FEDB73
(254,219,115)
0 Favorites   0 Comments

Color spaces of #fedb73

RGB 254219115
HSL0.120.990.72
HSV45°55°100°
CMYK 0.000.140.55   0.00
XYZ69.299172.971726.6521
Yxy72.97170.41020.4320
Hunter Lab85.4235-4.684441.2980
CIE-Lab88.4342-0.126254.9504

#fedb73 color RGB value is (254,219,115).

#fedb73 hex color red value is 254, green value is 219 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #fedb73 hue: 0.12 , saturation: 0.99 and the lightness value of fedb73 is 0.72.

The process color (four color CMYK) of #fedb73 color hex is 0.00, 0.14, 0.55, 0.00. Web safe color of #fedb73 is #ffcc66. Color #fedb73 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011011 01110011
Octal 376 333 163
Decimal 254 219 115
Hex FE DB 73

RGB Percentages of Color #fedb73

%43.20
%37.24
%19.56

CMYK Percentages of Color #fedb73

%0
%14
%55
%0

Triadic Colors of #fedb73

#fedb73 #73fedb #db73fe

Analogous Colors of #fedb73

#fedb73 #dcfe73 #fe9673

Monochromatic Colors of #fedb73

#fedb73

Complementary Color

#fedb73 #7396fe

#fedb73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedb73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedb73 Color CSS Codes

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

#fedb73 Text Font Color

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

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


#fedb73 Background Color

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

This div background color is #fedb73


#fedb73 Border Color

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

This div border color is #fedb73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedb73

Related Colors


Comments

No comments written yet.

Please login to write comment.