Color Hex Logo

#fde154 Color Hex

#FDE154
(253,225,84)
0 Favorites   0 Comments

Color spaces of #fde154

RGB 25322584
HSL0.140.980.66
HSV50°67°99°
CMYK 0.000.110.67   0.01
XYZ69.033575.373219.2975
Yxy75.37320.42170.4604
Hunter Lab86.8177-9.996047.5937
CIE-Lab89.5675-5.586869.6706

#fde154 color RGB value is (253,225,84).

#fde154 hex color red value is 253, green value is 225 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #fde154 hue: 0.14 , saturation: 0.98 and the lightness value of fde154 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100001 01010100
Octal 375 341 124
Decimal 253 225 84
Hex FD E1 54

RGB Percentages of Color #fde154

%45.02
%40.04
%14.95

CMYK Percentages of Color #fde154

%0
%11
%67
%1

Triadic Colors of #fde154

#fde154 #54fde1 #e154fd

Analogous Colors of #fde154

#fde154 #c5fd54 #fd8d54

Monochromatic Colors of #fde154

#fde154

Complementary Color

#fde154 #5470fd

#fde154 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde154 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde154 Color CSS Codes

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

#fde154 Text Font Color

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

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


#fde154 Background Color

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

This div background color is #fde154


#fde154 Border Color

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

This div border color is #fde154


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde154

Related Colors


Comments

No comments written yet.

Please login to write comment.