Color Hex Logo

#fef569 Color Hex

#FEF569
(254,245,105)
0 Favorites   0 Comments

Color spaces of #fef569

RGB 254245105
HSL0.160.990.70
HSV56°59°100°
CMYK 0.000.040.59   0.00
XYZ76.075387.395626.2240
Yxy87.39560.40100.4607
Hunter Lab93.4856-18.342848.8083
CIE-Lab94.9059-13.806966.7819

#fef569 color RGB value is (254,245,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110101 01101001
Octal 376 365 151
Decimal 254 245 105
Hex FE F5 69

RGB Percentages of Color #fef569

%42.05
%40.56
%17.38

CMYK Percentages of Color #fef569

%0
%4
%59
%0

Triadic Colors of #fef569

#fef569 #69fef5 #f569fe

Analogous Colors of #fef569

#fef569 #bdfe69 #feab69

Monochromatic Colors of #fef569

#fef569

Complementary Color

#fef569 #6972fe

#fef569 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef569 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef569 Color CSS Codes

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

#fef569 Text Font Color

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

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


#fef569 Background Color

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

This div background color is #fef569


#fef569 Border Color

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

This div border color is #fef569


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef569


Comments

No comments written yet.

Please login to write comment.