Color Hex Logo

#fdd275 Color Hex

#FDD275
(253,210,117)
0 Favorites   0 Comments

Color spaces of #fdd275

RGB 253210117
HSL0.110.970.73
HSV41°54°99°
CMYK 0.000.170.54   0.01
XYZ66.765568.260226.4862
Yxy68.26020.41340.4226
Hunter Lab82.6197-0.337638.8266
CIE-Lab86.13644.225751.2488

#fdd275 color RGB value is (253,210,117).

#fdd275 hex color red value is 253, green value is 210 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #fdd275 hue: 0.11 , saturation: 0.97 and the lightness value of fdd275 is 0.73.

The process color (four color CMYK) of #fdd275 color hex is 0.00, 0.17, 0.54, 0.01. Web safe color of #fdd275 is #ffcc66. Color #fdd275 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010010 01110101
Octal 375 322 165
Decimal 253 210 117
Hex FD D2 75

RGB Percentages of Color #fdd275

%43.62
%36.21
%20.17

CMYK Percentages of Color #fdd275

%0
%17
%54
%1

Triadic Colors of #fdd275

#fdd275 #75fdd2 #d275fd

Analogous Colors of #fdd275

#fdd275 #e4fd75 #fd8e75

Monochromatic Colors of #fdd275

#fdd275

Complementary Color

#fdd275 #75a0fd

#fdd275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd275 Color CSS Codes

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

#fdd275 Text Font Color

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

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


#fdd275 Background Color

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

This div background color is #fdd275


#fdd275 Border Color

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

This div border color is #fdd275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd275

Related Colors


Comments

No comments written yet.

Please login to write comment.