Color Hex Logo

#fdc254 Color Hex

#FDC254
(253,194,84)
0 Favorites   0 Comments

Color spaces of #fdc254

RGB 25319484
HSL0.110.980.66
HSV39°67°99°
CMYK 0.000.230.67   0.01
XYZ61.400060.106316.7531
Yxy60.10630.44410.4347
Hunter Lab77.52835.692141.4578
CIE-Lab81.895910.263261.6156

#fdc254 color RGB value is (253,194,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000010 01010100
Octal 375 302 124
Decimal 253 194 84
Hex FD C2 54

RGB Percentages of Color #fdc254

%47.65
%36.53
%15.82

CMYK Percentages of Color #fdc254

%0
%23
%67
%1

Triadic Colors of #fdc254

#fdc254 #54fdc2 #c254fd

Analogous Colors of #fdc254

#fdc254 #e4fd54 #fd6e54

Monochromatic Colors of #fdc254

#fdc254

Complementary Color

#fdc254 #548ffd

#fdc254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc254 Color CSS Codes

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

#fdc254 Text Font Color

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

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


#fdc254 Background Color

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

This div background color is #fdc254


#fdc254 Border Color

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

This div border color is #fdc254


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc254

Related Colors


Comments

No comments written yet.

Please login to write comment.