Color Hex Logo

#ffdc75 Color Hex

#FFDC75
(255,220,117)
1 Favorites   0 Comments

Color spaces of #ffdc75

RGB 255220117
HSL0.121.000.73
HSV45°54°100°
CMYK 0.000.140.54   0.00
XYZ70.044173.730827.3694
Yxy73.73080.40930.4308
Hunter Lab85.8666-4.658641.2084
CIE-Lab88.7951-0.074854.4602

#ffdc75 color RGB value is (255,220,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011100 01110101
Octal 377 334 165
Decimal 255 220 117
Hex FF DC 75

RGB Percentages of Color #ffdc75

%43.07
%37.16
%19.76

CMYK Percentages of Color #ffdc75

%0
%14
%54
%0

Triadic Colors of #ffdc75

#ffdc75 #75ffdc #dc75ff

Analogous Colors of #ffdc75

#ffdc75 #ddff75 #ff9775

Monochromatic Colors of #ffdc75

#ffdc75

Complementary Color

#ffdc75 #7598ff

#ffdc75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdc75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdc75 Color CSS Codes

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

#ffdc75 Text Font Color

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

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


#ffdc75 Background Color

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

This div background color is #ffdc75


#ffdc75 Border Color

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

This div border color is #ffdc75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdc75


Comments

No comments written yet.

Please login to write comment.