Color Hex Logo

#ffdc93 Color Hex

#FFDC93
(255,220,147)
0 Favorites   0 Comments

Color spaces of #ffdc93

RGB 255220147
HSL0.111.000.79
HSV41°42°100°
CMYK 0.000.140.42   0.00
XYZ72.099774.553038.1939
Yxy74.55300.39010.4033
Hunter Lab86.3441-2.049734.2142
CIE-Lab89.18322.627840.2998

#ffdc93 color RGB value is (255,220,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011100 10010011
Octal 377 334 223
Decimal 255 220 147
Hex FF DC 93

RGB Percentages of Color #ffdc93

%41.00
%35.37
%23.63

CMYK Percentages of Color #ffdc93

%0
%14
%42
%0

Triadic Colors of #ffdc93

#ffdc93 #93ffdc #dc93ff

Analogous Colors of #ffdc93

#ffdc93 #ecff93 #ffa693

Monochromatic Colors of #ffdc93

#ffdc93

Complementary Color

#ffdc93 #93b6ff

#ffdc93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdc93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdc93 Color CSS Codes

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

#ffdc93 Text Font Color

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

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


#ffdc93 Background Color

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

This div background color is #ffdc93


#ffdc93 Border Color

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

This div border color is #ffdc93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdc93

Related Colors


Comments

No comments written yet.

Please login to write comment.