Color Hex Logo

#fef565 Color Hex

#FEF565
(254,245,101)
0 Favorites   0 Comments

Color spaces of #fef565

RGB 254245101
HSL0.160.990.70
HSV56°60°100°
CMYK 0.000.040.60   0.00
XYZ75.874487.315225.1664
Yxy87.31520.40280.4636
Hunter Lab93.4426-18.584549.4416
CIE-Lab94.8718-14.069368.4190

#fef565 color RGB value is (254,245,101).

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

The process color (four color CMYK) of #fef565 color hex is 0.00, 0.04, 0.60, 0.00. Web safe color of #fef565 is #ffff66. Color #fef565 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110101 01100101
Octal 376 365 145
Decimal 254 245 101
Hex FE F5 65

RGB Percentages of Color #fef565

%42.33
%40.83
%16.83

CMYK Percentages of Color #fef565

%0
%4
%60
%0

Triadic Colors of #fef565

#fef565 #65fef5 #f565fe

Analogous Colors of #fef565

#fef565 #bbfe65 #fea965

Monochromatic Colors of #fef565

#fef565

Complementary Color

#fef565 #656efe

#fef565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef565 Color CSS Codes

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

#fef565 Text Font Color

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

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


#fef565 Background Color

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

This div background color is #fef565


#fef565 Border Color

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

This div border color is #fef565


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef565

Related Colors


Comments

No comments written yet.

Please login to write comment.