Color Hex Logo

#fdda90 Color Hex

#FDDA90
(253,218,144)
0 Favorites   0 Comments

Color spaces of #fdda90

RGB 253218144
HSL0.110.960.78
HSV41°43°99°
CMYK 0.000.140.43   0.01
XYZ70.613573.039136.7618
Yxy73.03910.39140.4048
Hunter Lab85.4629-2.075034.3205
CIE-Lab88.46642.562740.8493

#fdda90 color RGB value is (253,218,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011010 10010000
Octal 375 332 220
Decimal 253 218 144
Hex FD DA 90

RGB Percentages of Color #fdda90

%41.14
%35.45
%23.41

CMYK Percentages of Color #fdda90

%0
%14
%43
%1

Triadic Colors of #fdda90

#fdda90 #90fdda #da90fd

Analogous Colors of #fdda90

#fdda90 #eafd90 #fda490

Monochromatic Colors of #fdda90

#fdda90

Complementary Color

#fdda90 #90b3fd

#fdda90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdda90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdda90 Color CSS Codes

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

#fdda90 Text Font Color

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

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


#fdda90 Background Color

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

This div background color is #fdda90


#fdda90 Border Color

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

This div border color is #fdda90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdda90

Related Colors


Comments

No comments written yet.

Please login to write comment.