Color Hex Logo

#fee168 Color Hex

#FEE168
(254,225,104)
0 Favorites   0 Comments

Color spaces of #fee168

RGB 254225104
HSL0.130.990.70
HSV48°59°100°
CMYK 0.000.110.59   0.00
XYZ70.297075.920724.0458
Yxy75.92070.41290.4459
Hunter Lab87.1325-8.471144.6306
CIE-Lab89.8225-3.960461.5628

#fee168 color RGB value is (254,225,104).

#fee168 hex color red value is 254, green value is 225 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #fee168 hue: 0.13 , saturation: 0.99 and the lightness value of fee168 is 0.70.

The process color (four color CMYK) of #fee168 color hex is 0.00, 0.11, 0.59, 0.00. Web safe color of #fee168 is #ffcc66. Color #fee168 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100001 01101000
Octal 376 341 150
Decimal 254 225 104
Hex FE E1 68

RGB Percentages of Color #fee168

%43.57
%38.59
%17.84

CMYK Percentages of Color #fee168

%0
%11
%59
%0

Triadic Colors of #fee168

#fee168 #68fee1 #e168fe

Analogous Colors of #fee168

#fee168 #d0fe68 #fe9668

Monochromatic Colors of #fee168

#fee168

Complementary Color

#fee168 #6885fe

#fee168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee168 Color CSS Codes

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

#fee168 Text Font Color

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

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


#fee168 Background Color

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

This div background color is #fee168


#fee168 Border Color

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

This div border color is #fee168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee168

Related Colors


Comments

No comments written yet.

Please login to write comment.