Color Hex Logo

#feda73 Color Hex

#FEDA73
(254,218,115)
0 Favorites   0 Comments

Color spaces of #feda73

RGB 254218115
HSL0.120.990.72
HSV44°55°100°
CMYK 0.000.140.55   0.00
XYZ69.039072.451426.5654
Yxy72.45140.41080.4311
Hunter Lab85.1184-4.176941.0785
CIE-Lab88.18540.382554.6572

#feda73 color RGB value is (254,218,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011010 01110011
Octal 376 332 163
Decimal 254 218 115
Hex FE DA 73

RGB Percentages of Color #feda73

%43.27
%37.14
%19.59

CMYK Percentages of Color #feda73

%0
%14
%55
%0

Triadic Colors of #feda73

#feda73 #73feda #da73fe

Analogous Colors of #feda73

#feda73 #ddfe73 #fe9573

Monochromatic Colors of #feda73

#feda73

Complementary Color

#feda73 #7397fe

#feda73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feda73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feda73 Color CSS Codes

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

#feda73 Text Font Color

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

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


#feda73 Background Color

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

This div background color is #feda73


#feda73 Border Color

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

This div border color is #feda73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feda73


Comments

No comments written yet.

Please login to write comment.