Color Hex Logo

#fdd775 Color Hex

#FDD775
(253,215,117)
0 Favorites   0 Comments

Color spaces of #fdd775

RGB 253215117
HSL0.120.970.73
HSV43°54°99°
CMYK 0.000.150.54   0.01
XYZ68.019370.767926.9042
Yxy70.76790.41050.4271
Hunter Lab84.1237-2.887939.9246
CIE-Lab87.37211.664352.7260

#fdd775 color RGB value is (253,215,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010111 01110101
Octal 375 327 165
Decimal 253 215 117
Hex FD D7 75

RGB Percentages of Color #fdd775

%43.25
%36.75
%20.00

CMYK Percentages of Color #fdd775

%0
%15
%54
%1

Triadic Colors of #fdd775

#fdd775 #75fdd7 #d775fd

Analogous Colors of #fdd775

#fdd775 #dffd75 #fd9375

Monochromatic Colors of #fdd775

#fdd775

Complementary Color

#fdd775 #759bfd

#fdd775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd775 Color CSS Codes

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

#fdd775 Text Font Color

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

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


#fdd775 Background Color

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

This div background color is #fdd775


#fdd775 Border Color

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

This div border color is #fdd775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd775


Comments

No comments written yet.

Please login to write comment.