Color Hex Logo

#ffdc74 Color Hex

#FFDC74
(255,220,116)
1 Favorites   0 Comments

Color spaces of #ffdc74

RGB 255220116
HSL0.121.000.73
HSV45°55°100°
CMYK 0.000.140.55   0.00
XYZ69.985673.707427.0613
Yxy73.70740.40990.4317
Hunter Lab85.8530-4.733341.4086
CIE-Lab88.7840-0.152854.9165

#ffdc74 color RGB value is (255,220,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011100 01110100
Octal 377 334 164
Decimal 255 220 116
Hex FF DC 74

RGB Percentages of Color #ffdc74

%43.15
%37.23
%19.63

CMYK Percentages of Color #ffdc74

%0
%14
%55
%0

Triadic Colors of #ffdc74

#ffdc74 #74ffdc #dc74ff

Analogous Colors of #ffdc74

#ffdc74 #ddff74 #ff9774

Monochromatic Colors of #ffdc74

#ffdc74

Complementary Color

#ffdc74 #7497ff

#ffdc74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdc74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdc74 Color CSS Codes

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

#ffdc74 Text Font Color

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

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


#ffdc74 Background Color

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

This div background color is #ffdc74


#ffdc74 Border Color

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

This div border color is #ffdc74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdc74


Comments

No comments written yet.

Please login to write comment.