Color Hex Logo

#fee465 Color Hex

#FEE465
(254,228,101)
0 Favorites   0 Comments

Color spaces of #fee465

RGB 254228101
HSL0.140.990.70
HSV50°60°100°
CMYK 0.000.100.60   0.00
XYZ70.965477.497223.5301
Yxy77.49720.41260.4506
Hunter Lab88.0325-10.163145.7752
CIE-Lab90.5500-5.667463.6875

#fee465 color RGB value is (254,228,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100100 01100101
Octal 376 344 145
Decimal 254 228 101
Hex FE E4 65

RGB Percentages of Color #fee465

%43.57
%39.11
%17.32

CMYK Percentages of Color #fee465

%0
%10
%60
%0

Triadic Colors of #fee465

#fee465 #65fee4 #e465fe

Analogous Colors of #fee465

#fee465 #ccfe65 #fe9865

Monochromatic Colors of #fee465

#fee465

Complementary Color

#fee465 #657ffe

#fee465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee465 Color CSS Codes

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

#fee465 Text Font Color

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

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


#fee465 Background Color

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

This div background color is #fee465


#fee465 Border Color

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

This div border color is #fee465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee465


Comments

No comments written yet.

Please login to write comment.