Color Hex Logo

#fed672 Color Hex

#FED672
(254,214,114)
0 Favorites   0 Comments

Color spaces of #fed672

RGB 254214114
HSL0.120.990.72
HSV43°55°100°
CMYK 0.000.160.55   0.00
XYZ67.956970.378925.9224
Yxy70.37890.41370.4285
Hunter Lab83.8921-2.217140.4041
CIE-Lab87.18242.345453.9444

#fed672 color RGB value is (254,214,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010110 01110010
Octal 376 326 162
Decimal 254 214 114
Hex FE D6 72

RGB Percentages of Color #fed672

%43.64
%36.77
%19.59

CMYK Percentages of Color #fed672

%0
%16
%55
%0

Triadic Colors of #fed672

#fed672 #72fed6 #d672fe

Analogous Colors of #fed672

#fed672 #e0fe72 #fe9072

Monochromatic Colors of #fed672

#fed672

Complementary Color

#fed672 #729afe

#fed672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed672 Color CSS Codes

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

#fed672 Text Font Color

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

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


#fed672 Background Color

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

This div background color is #fed672


#fed672 Border Color

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

This div border color is #fed672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed672

Related Colors


Comments

No comments written yet.

Please login to write comment.