Color Hex Logo

#ffdd93 Color Hex

#FFDD93
(255,221,147)
0 Favorites   0 Comments

Color spaces of #ffdd93

RGB 255221147
HSL0.111.000.79
HSV41°42°100°
CMYK 0.000.130.42   0.00
XYZ72.362975.079538.2816
Yxy75.07950.38960.4043
Hunter Lab86.6484-2.563634.4594
CIE-Lab89.43022.117340.6179

#ffdd93 color RGB value is (255,221,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011101 10010011
Octal 377 335 223
Decimal 255 221 147
Hex FF DD 93

RGB Percentages of Color #ffdd93

%40.93
%35.47
%23.60

CMYK Percentages of Color #ffdd93

%0
%13
%42
%0

Triadic Colors of #ffdd93

#ffdd93 #93ffdd #dd93ff

Analogous Colors of #ffdd93

#ffdd93 #ebff93 #ffa793

Monochromatic Colors of #ffdd93

#ffdd93

Complementary Color

#ffdd93 #93b5ff

#ffdd93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdd93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdd93 Color CSS Codes

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

#ffdd93 Text Font Color

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

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


#ffdd93 Background Color

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

This div background color is #ffdd93


#ffdd93 Border Color

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

This div border color is #ffdd93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdd93

Related Colors


Comments

No comments written yet.

Please login to write comment.