Color Hex Logo

#fddd93 Color Hex

#FDDD93
(253,221,147)
0 Favorites   0 Comments

Color spaces of #fddd93

RGB 253221147
HSL0.120.960.78
HSV42°42°99°
CMYK 0.000.130.42   0.01
XYZ71.630974.702138.2474
Yxy74.70210.38810.4047
Hunter Lab86.4304-3.317734.2641
CIE-Lab89.25331.335340.3548

#fddd93 color RGB value is (253,221,147).

#fddd93 hex color red value is 253, green value is 221 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #fddd93 hue: 0.12 , saturation: 0.96 and the lightness value of fddd93 is 0.78.

The process color (four color CMYK) of #fddd93 color hex is 0.00, 0.13, 0.42, 0.01. Web safe color of #fddd93 is #ffcc99. Color #fddd93 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011101 10010011
Octal 375 335 223
Decimal 253 221 147
Hex FD DD 93

RGB Percentages of Color #fddd93

%40.74
%35.59
%23.67

CMYK Percentages of Color #fddd93

%0
%13
%42
%1

Triadic Colors of #fddd93

#fddd93 #93fddd #dd93fd

Analogous Colors of #fddd93

#fddd93 #e8fd93 #fda893

Monochromatic Colors of #fddd93

#fddd93

Complementary Color

#fddd93 #93b3fd

#fddd93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddd93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddd93 Color CSS Codes

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

#fddd93 Text Font Color

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

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


#fddd93 Background Color

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

This div background color is #fddd93


#fddd93 Border Color

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

This div border color is #fddd93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddd93

Related Colors


Comments

No comments written yet.

Please login to write comment.