Color Hex Logo

#fdd378 Color Hex

#FDD378
(253,211,120)
0 Favorites   0 Comments

Color spaces of #fdd378

RGB 253211120
HSL0.110.970.73
HSV41°53°99°
CMYK 0.000.170.53   0.01
XYZ67.192468.827227.5129
Yxy68.82720.41090.4209
Hunter Lab82.9622-0.613738.4111
CIE-Lab86.41843.955450.1422

#fdd378 color RGB value is (253,211,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010011 01111000
Octal 375 323 170
Decimal 253 211 120
Hex FD D3 78

RGB Percentages of Color #fdd378

%43.32
%36.13
%20.55

CMYK Percentages of Color #fdd378

%0
%17
%53
%1

Triadic Colors of #fdd378

#fdd378 #78fdd3 #d378fd

Analogous Colors of #fdd378

#fdd378 #e5fd78 #fd9178

Monochromatic Colors of #fdd378

#fdd378

Complementary Color

#fdd378 #78a2fd

#fdd378 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd378 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd378 Color CSS Codes

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

#fdd378 Text Font Color

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

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


#fdd378 Background Color

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

This div background color is #fdd378


#fdd378 Border Color

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

This div border color is #fdd378


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd378

#fdd378 Color Palettes


Comments

No comments written yet.

Please login to write comment.