Color Hex Logo

#ffdc63 Color Hex

#FFDC63
(255,220,99)
0 Favorites   0 Comments

Color spaces of #ffdc63

RGB 25522099
HSL0.131.000.69
HSV47°61°100°
CMYK 0.000.140.61   0.00
XYZ69.085373.347322.3206
Yxy73.34730.41930.4452
Hunter Lab85.6430-5.885544.4978
CIE-Lab88.6131-1.360562.4408

#ffdc63 color RGB value is (255,220,99).

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

The process color (four color CMYK) of #ffdc63 color hex is 0.00, 0.14, 0.61, 0.00. Web safe color of #ffdc63 is #ffcc66. Color #ffdc63 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011100 01100011
Octal 377 334 143
Decimal 255 220 99
Hex FF DC 63

RGB Percentages of Color #ffdc63

%44.43
%38.33
%17.25

CMYK Percentages of Color #ffdc63

%0
%14
%61
%0

Triadic Colors of #ffdc63

#ffdc63 #63ffdc #dc63ff

Analogous Colors of #ffdc63

#ffdc63 #d4ff63 #ff8e63

Monochromatic Colors of #ffdc63

#ffdc63

Complementary Color

#ffdc63 #6386ff

#ffdc63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdc63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdc63 Color CSS Codes

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

#ffdc63 Text Font Color

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

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


#ffdc63 Background Color

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

This div background color is #ffdc63


#ffdc63 Border Color

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

This div border color is #ffdc63


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,220,99, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdc63

#ffdc63 Color Palettes


Comments

No comments written yet.

Please login to write comment.