Color Hex Logo

#fed673 Color Hex

#FED673
(254,214,115)
0 Favorites   0 Comments

Color spaces of #fed673

RGB 254214115
HSL0.120.990.72
HSV43°55°100°
CMYK 0.000.160.55   0.00
XYZ68.014170.401826.2238
Yxy70.40180.41310.4276
Hunter Lab83.9058-2.142940.2036
CIE-Lab87.19362.422653.4851

#fed673 color RGB value is (254,214,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010110 01110011
Octal 376 326 163
Decimal 254 214 115
Hex FE D6 73

RGB Percentages of Color #fed673

%43.57
%36.71
%19.73

CMYK Percentages of Color #fed673

%0
%16
%55
%0

Triadic Colors of #fed673

#fed673 #73fed6 #d673fe

Analogous Colors of #fed673

#fed673 #e1fe73 #fe9173

Monochromatic Colors of #fed673

#fed673

Complementary Color

#fed673 #739bfe

#fed673 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed673 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed673 Color CSS Codes

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

#fed673 Text Font Color

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

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


#fed673 Background Color

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

This div background color is #fed673


#fed673 Border Color

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

This div border color is #fed673


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed673

Related Colors


Comments

No comments written yet.

Please login to write comment.