Color Hex Logo

#fedd92 Color Hex

#FEDD92
(254,221,146)
0 Favorites   0 Comments

Color spaces of #fedd92

RGB 254221146
HSL0.120.980.78
HSV42°43°100°
CMYK 0.000.130.43   0.00
XYZ71.917874.859137.8529
Yxy74.85910.38950.4055
Hunter Lab86.5212-3.039934.6255
CIE-Lab89.32701.624440.9687

#fedd92 color RGB value is (254,221,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011101 10010010
Octal 376 335 222
Decimal 254 221 146
Hex FE DD 92

RGB Percentages of Color #fedd92

%40.90
%35.59
%23.51

CMYK Percentages of Color #fedd92

%0
%13
%43
%0

Triadic Colors of #fedd92

#fedd92 #92fedd #dd92fe

Analogous Colors of #fedd92

#fedd92 #e9fe92 #fea792

Monochromatic Colors of #fedd92

#fedd92

Complementary Color

#fedd92 #92b3fe

#fedd92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedd92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedd92 Color CSS Codes

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

#fedd92 Text Font Color

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

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


#fedd92 Background Color

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

This div background color is #fedd92


#fedd92 Border Color

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

This div border color is #fedd92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedd92


Comments

No comments written yet.

Please login to write comment.