color codes Logo

#fdcf5d color codes

#FDCF5D
(253,207,93)
0 Favorites   0 Comments

Color spaces of #fdcf5d

RGB 25320793
HSL0.120.980.68
HSV43°63°99°
CMYK 0.000.180.63   0.01
XYZ64.796666.298619.7377
Yxy66.29860.42960.4395
Hunter Lab81.4240-0.442942.6245
CIE-Lab85.14854.071161.2038

#fdcf5d color RGB value is (253,207,93).

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

The process color (four color CMYK) of #fdcf5d color code is 0.00, 0.18, 0.63, 0.01. Web safe color of #fdcf5d is #ffcc66. Color #fdcf5d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001111 01011101
Octal 375 317 135
Decimal 253 207 93
Hex FD CF 5D

RGB Percentages of Color #fdcf5d

%45.75
%37.43
%16.82

CMYK Percentages of Color #fdcf5d

%0
%18
%63
%1

Triadic Colors of #fdcf5d

#fdcf5d #5dfdcf #cf5dfd

Analogous Colors of #fdcf5d

#fdcf5d #dbfd5d #fd7f5d

Monochromatic Colors of #fdcf5d

#fdcf5d

Complementary Color

#fdcf5d #5d8bfd

#fdcf5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcf5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcf5d Color CSS Codes

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

#fdcf5d Text Font Color

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

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


#fdcf5d Background Color

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

This div background color is #fdcf5d


#fdcf5d Border Color

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

This div border color is #fdcf5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcf5d


Comments

No comments written yet.

Please login to write comment.