Color Hex Logo

#fee165 Color Hex

#FEE165
(254,225,101)
0 Favorites   0 Comments

Color spaces of #fee165

RGB 254225101
HSL0.140.990.70
HSV49°60°100°
CMYK 0.000.110.60   0.00
XYZ70.147275.860823.2574
Yxy75.86080.41440.4482
Hunter Lab87.0981-8.661145.1367
CIE-Lab89.7947-4.161862.8507

#fee165 color RGB value is (254,225,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100001 01100101
Octal 376 341 145
Decimal 254 225 101
Hex FE E1 65

RGB Percentages of Color #fee165

%43.79
%38.79
%17.41

CMYK Percentages of Color #fee165

%0
%11
%60
%0

Triadic Colors of #fee165

#fee165 #65fee1 #e165fe

Analogous Colors of #fee165

#fee165 #cffe65 #fe9565

Monochromatic Colors of #fee165

#fee165

Complementary Color

#fee165 #6582fe

#fee165 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee165 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee165 Color CSS Codes

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

#fee165 Text Font Color

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

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


#fee165 Background Color

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

This div background color is #fee165


#fee165 Border Color

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

This div border color is #fee165


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee165

Related Colors


Comments

No comments written yet.

Please login to write comment.