Color Hex Logo

#fee668 Color Hex

#FEE668
(254,230,104)
0 Favorites   0 Comments

Color spaces of #fee668

RGB 254230104
HSL0.140.990.70
HSV50°59°100°
CMYK 0.000.090.59   0.00
XYZ71.668678.663924.5030
Yxy78.66390.40990.4499
Hunter Lab88.6927-10.974345.7049
CIE-Lab91.0820-6.467362.9729

#fee668 color RGB value is (254,230,104).

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

The process color (four color CMYK) of #fee668 color hex is 0.00, 0.09, 0.59, 0.00. Web safe color of #fee668 is #ffff66. Color #fee668 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100110 01101000
Octal 376 346 150
Decimal 254 230 104
Hex FE E6 68

RGB Percentages of Color #fee668

%43.20
%39.12
%17.69

CMYK Percentages of Color #fee668

%0
%9
%59
%0

Triadic Colors of #fee668

#fee668 #68fee6 #e668fe

Analogous Colors of #fee668

#fee668 #cbfe68 #fe9b68

Monochromatic Colors of #fee668

#fee668

Complementary Color

#fee668 #6880fe

#fee668 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee668 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee668 Color CSS Codes

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

#fee668 Text Font Color

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

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


#fee668 Background Color

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

This div background color is #fee668


#fee668 Border Color

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

This div border color is #fee668


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee668

Related Colors


Comments

No comments written yet.

Please login to write comment.