Color Hex Logo

#fdce5f Color Hex

#FDCE5F
(253,206,95)
0 Favorites   0 Comments

Color spaces of #fdce5f

RGB 25320695
HSL0.120.980.68
HSV42°62°99°
CMYK 0.000.190.62   0.01
XYZ64.644965.851520.1299
Yxy65.85150.42920.4372
Hunter Lab81.14890.186142.0967
CIE-Lab84.92064.709760.0661

#fdce5f color RGB value is (253,206,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001110 01011111
Octal 375 316 137
Decimal 253 206 95
Hex FD CE 5F

RGB Percentages of Color #fdce5f

%45.67
%37.18
%17.15

CMYK Percentages of Color #fdce5f

%0
%19
%62
%1

Triadic Colors of #fdce5f

#fdce5f #5ffdce #ce5ffd

Analogous Colors of #fdce5f

#fdce5f #ddfd5f #fd7f5f

Monochromatic Colors of #fdce5f

#fdce5f

Complementary Color

#fdce5f #5f8efd

#fdce5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdce5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdce5f Color CSS Codes

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

#fdce5f Text Font Color

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

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


#fdce5f Background Color

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

This div background color is #fdce5f


#fdce5f Border Color

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

This div border color is #fdce5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdce5f


Comments

No comments written yet.

Please login to write comment.