Color Hex Logo

#fed092 Color Hex

#FED092
(254,208,146)
0 Favorites   0 Comments

Color spaces of #fed092

RGB 254208146
HSL0.100.980.78
HSV34°43°100°
CMYK 0.000.180.43   0.00
XYZ68.617268.257936.7527
Yxy68.25790.39520.3931
Hunter Lab82.61833.667931.4577
CIE-Lab86.13528.302236.8417

#fed092 color RGB value is (254,208,146).

#fed092 hex color red value is 254, green value is 208 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #fed092 hue: 0.10 , saturation: 0.98 and the lightness value of fed092 is 0.78.

The process color (four color CMYK) of #fed092 color hex is 0.00, 0.18, 0.43, 0.00. Web safe color of #fed092 is #ffcc99. Color #fed092 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010000 10010010
Octal 376 320 222
Decimal 254 208 146
Hex FE D0 92

RGB Percentages of Color #fed092

%41.78
%34.21
%24.01

CMYK Percentages of Color #fed092

%0
%18
%43
%0

Triadic Colors of #fed092

#fed092 #92fed0 #d092fe

Analogous Colors of #fed092

#fed092 #f6fe92 #fe9a92

Monochromatic Colors of #fed092

#fed092

Complementary Color

#fed092 #92c0fe

#fed092 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed092 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed092 Color CSS Codes

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

#fed092 Text Font Color

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

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


#fed092 Background Color

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

This div background color is #fed092


#fed092 Border Color

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

This div border color is #fed092


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed092


Comments

No comments written yet.

Please login to write comment.