Color Hex Logo

#fdd75c Color Hex

#FDD75C
(253,215,92)
0 Favorites   0 Comments

Color spaces of #fdd75c

RGB 25321592
HSL0.130.980.68
HSV46°64°99°
CMYK 0.000.150.64   0.01
XYZ66.740270.256220.1684
Yxy70.25620.42470.4470
Hunter Lab83.8190-4.554044.4070
CIE-Lab87.1224-0.080463.7896

#fdd75c color RGB value is (253,215,92).

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

The process color (four color CMYK) of #fdd75c color hex is 0.00, 0.15, 0.64, 0.01. Web safe color of #fdd75c is #ffcc66. Color #fdd75c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010111 01011100
Octal 375 327 134
Decimal 253 215 92
Hex FD D7 5C

RGB Percentages of Color #fdd75c

%45.18
%38.39
%16.43

CMYK Percentages of Color #fdd75c

%0
%15
%64
%1

Triadic Colors of #fdd75c

#fdd75c #5cfdd7 #d75cfd

Analogous Colors of #fdd75c

#fdd75c #d3fd5c #fd875c

Monochromatic Colors of #fdd75c

#fdd75c

Complementary Color

#fdd75c #5c82fd

#fdd75c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd75c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd75c Color CSS Codes

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

#fdd75c Text Font Color

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

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


#fdd75c Background Color

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

This div background color is #fdd75c


#fdd75c Border Color

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

This div border color is #fdd75c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd75c

Related Colors


Comments

No comments written yet.

Please login to write comment.