Color Hex Logo

#fde954 Color Hex

#FDE954
(253,233,84)
0 Favorites   0 Comments

Color spaces of #fde954

RGB 25323384
HSL0.150.980.66
HSV53°67°99°
CMYK 0.000.080.67   0.01
XYZ71.247279.800620.0354
Yxy79.80060.41640.4664
Hunter Lab89.3312-13.964749.2341
CIE-Lab91.5953-9.573671.7527

#fde954 color RGB value is (253,233,84).

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

The process color (four color CMYK) of #fde954 color hex is 0.00, 0.08, 0.67, 0.01. Web safe color of #fde954 is #ffff66. Color #fde954 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101001 01010100
Octal 375 351 124
Decimal 253 233 84
Hex FD E9 54

RGB Percentages of Color #fde954

%44.39
%40.88
%14.74

CMYK Percentages of Color #fde954

%0
%8
%67
%1

Triadic Colors of #fde954

#fde954 #54fde9 #e954fd

Analogous Colors of #fde954

#fde954 #bdfd54 #fd9554

Monochromatic Colors of #fde954

#fde954

Complementary Color

#fde954 #5468fd

#fde954 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde954 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde954 Color CSS Codes

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

#fde954 Text Font Color

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

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


#fde954 Background Color

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

This div background color is #fde954


#fde954 Border Color

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

This div border color is #fde954


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde954


Comments

No comments written yet.

Please login to write comment.