Color Hex Logo

#fddd90 Color Hex

#FDDD90
(253,221,144)
0 Favorites   0 Comments

Color spaces of #fddd90

RGB 253221144
HSL0.120.960.78
HSV42°43°99°
CMYK 0.000.130.43   0.01
XYZ71.398574.609237.0235
Yxy74.60920.39010.4076
Hunter Lab86.3766-3.611835.0502
CIE-Lab89.20961.030941.8011

#fddd90 color RGB value is (253,221,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011101 10010000
Octal 375 335 220
Decimal 253 221 144
Hex FD DD 90

RGB Percentages of Color #fddd90

%40.94
%35.76
%23.30

CMYK Percentages of Color #fddd90

%0
%13
%43
%1

Triadic Colors of #fddd90

#fddd90 #90fddd #dd90fd

Analogous Colors of #fddd90

#fddd90 #e7fd90 #fda790

Monochromatic Colors of #fddd90

#fddd90

Complementary Color

#fddd90 #90b0fd

#fddd90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddd90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddd90 Color CSS Codes

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

#fddd90 Text Font Color

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

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


#fddd90 Background Color

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

This div background color is #fddd90


#fddd90 Border Color

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

This div border color is #fddd90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddd90

Related Colors


Comments

No comments written yet.

Please login to write comment.