Color Hex Logo

#ffdc42 Color Hex

#FFDC42
(255,220,66)
0 Favorites   0 Comments

Color spaces of #ffdc42

RGB 25522066
HSL0.141.000.63
HSV49°74°100°
CMYK 0.000.140.74   0.00
XYZ67.816672.839715.6394
Yxy72.83970.43390.4660
Hunter Lab85.3462-7.518648.8776
CIE-Lab88.3712-3.086875.2094

#ffdc42 color RGB value is (255,220,66).

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

The process color (four color CMYK) of #ffdc42 color hex is 0.00, 0.14, 0.74, 0.00. Web safe color of #ffdc42 is #ffcc33. Color #ffdc42 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011100 01000010
Octal 377 334 102
Decimal 255 220 66
Hex FF DC 42

RGB Percentages of Color #ffdc42

%47.13
%40.67
%12.20

CMYK Percentages of Color #ffdc42

%0
%14
%74
%0

Triadic Colors of #ffdc42

#ffdc42 #42ffdc #dc42ff

Analogous Colors of #ffdc42

#ffdc42 #c4ff42 #ff7e42

Monochromatic Colors of #ffdc42

#ffdc42

Complementary Color

#ffdc42 #4265ff

#ffdc42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdc42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdc42 Color CSS Codes

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

#ffdc42 Text Font Color

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

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


#ffdc42 Background Color

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

This div background color is #ffdc42


#ffdc42 Border Color

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

This div border color is #ffdc42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdc42

Related Colors

#ffdc42 Color Palettes


Comments

No comments written yet.

Please login to write comment.