Color Hex Logo

#fed072 Color Hex

#FED072
(254,208,114)
0 Favorites   0 Comments

Color spaces of #fed072

RGB 254208114
HSL0.110.990.72
HSV40°55°100°
CMYK 0.000.180.55   0.00
XYZ66.466267.397525.4255
Yxy67.39750.41730.4231
Hunter Lab82.09600.848439.1048
CIE-Lab85.70435.423152.1931

#fed072 color RGB value is (254,208,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010000 01110010
Octal 376 320 162
Decimal 254 208 114
Hex FE D0 72

RGB Percentages of Color #fed072

%44.10
%36.11
%19.79

CMYK Percentages of Color #fed072

%0
%18
%55
%0

Triadic Colors of #fed072

#fed072 #72fed0 #d072fe

Analogous Colors of #fed072

#fed072 #e6fe72 #fe8a72

Monochromatic Colors of #fed072

#fed072

Complementary Color

#fed072 #72a0fe

#fed072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed072 Color CSS Codes

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

#fed072 Text Font Color

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

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


#fed072 Background Color

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

This div background color is #fed072


#fed072 Border Color

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

This div border color is #fed072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed072


Comments

No comments written yet.

Please login to write comment.