Color Hex Logo

#fdce54 Color Hex

#FDCE54
(253,206,84)
0 Favorites   0 Comments

Color spaces of #fdce54

RGB 25320684
HSL0.120.980.66
HSV43°67°99°
CMYK 0.000.190.67   0.01
XYZ64.179665.665417.6796
Yxy65.66540.43500.4451
Hunter Lab81.0342-0.436743.7884
CIE-Lab84.82554.062364.7263

#fdce54 color RGB value is (253,206,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001110 01010100
Octal 375 316 124
Decimal 253 206 84
Hex FD CE 54

RGB Percentages of Color #fdce54

%46.59
%37.94
%15.47

CMYK Percentages of Color #fdce54

%0
%19
%67
%1

Triadic Colors of #fdce54

#fdce54 #54fdce #ce54fd

Analogous Colors of #fdce54

#fdce54 #d8fd54 #fd7a54

Monochromatic Colors of #fdce54

#fdce54

Complementary Color

#fdce54 #5483fd

#fdce54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdce54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdce54 Color CSS Codes

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

#fdce54 Text Font Color

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

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


#fdce54 Background Color

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

This div background color is #fdce54


#fdce54 Border Color

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

This div border color is #fdce54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdce54


Comments

No comments written yet.

Please login to write comment.