Color Hex Logo

#fdda93 Color Hex

#FDDA93
(253,218,147)
0 Favorites   0 Comments

Color spaces of #fdda93

RGB 253218147
HSL0.110.960.78
HSV40°42°99°
CMYK 0.000.140.42   0.01
XYZ70.845973.132037.9857
Yxy73.13200.38930.4019
Hunter Lab85.5172-1.778733.5262
CIE-Lab88.51062.868139.3970

#fdda93 color RGB value is (253,218,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011010 10010011
Octal 375 332 223
Decimal 253 218 147
Hex FD DA 93

RGB Percentages of Color #fdda93

%40.94
%35.28
%23.79

CMYK Percentages of Color #fdda93

%0
%14
%42
%1

Triadic Colors of #fdda93

#fdda93 #93fdda #da93fd

Analogous Colors of #fdda93

#fdda93 #ebfd93 #fda593

Monochromatic Colors of #fdda93

#fdda93

Complementary Color

#fdda93 #93b6fd

#fdda93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdda93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdda93 Color CSS Codes

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

#fdda93 Text Font Color

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

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


#fdda93 Background Color

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

This div background color is #fdda93


#fdda93 Border Color

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

This div border color is #fdda93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdda93

Related Colors


Comments

No comments written yet.

Please login to write comment.