Color Hex Logo

#ffdd90 Color Hex

#FFDD90
(255,221,144)
1 Favorites   0 Comments

Color spaces of #ffdd90

RGB 255221144
HSL0.121.000.78
HSV42°44°100°
CMYK 0.000.130.44   0.00
XYZ72.130574.986537.0577
Yxy74.98650.39160.4071
Hunter Lab86.5947-2.856335.2435
CIE-Lab89.38671.815742.0634

#ffdd90 color RGB value is (255,221,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011101 10010000
Octal 377 335 220
Decimal 255 221 144
Hex FF DD 90

RGB Percentages of Color #ffdd90

%41.13
%35.65
%23.23

CMYK Percentages of Color #ffdd90

%0
%13
%44
%0

Triadic Colors of #ffdd90

#ffdd90 #90ffdd #dd90ff

Analogous Colors of #ffdd90

#ffdd90 #eaff90 #ffa690

Monochromatic Colors of #ffdd90

#ffdd90

Complementary Color

#ffdd90 #90b2ff

#ffdd90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdd90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdd90 Color CSS Codes

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

#ffdd90 Text Font Color

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

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


#ffdd90 Background Color

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

This div background color is #ffdd90


#ffdd90 Border Color

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

This div border color is #ffdd90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdd90

#ffdd90 Color Palettes


Comments

No comments written yet.

Please login to write comment.