Color Hex Logo

#ffdc7e Color Hex

#FFDC7E
(255,220,126)
0 Favorites   0 Comments

Color spaces of #ffdc7e

RGB 255220126
HSL0.121.000.75
HSV44°51°100°
CMYK 0.000.140.51   0.00
XYZ70.599173.952830.2920
Yxy73.95280.40380.4230
Hunter Lab85.9958-3.951439.3122
CIE-Lab88.90020.662050.2996

#ffdc7e color RGB value is (255,220,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011100 01111110
Octal 377 334 176
Decimal 255 220 126
Hex FF DC 7E

RGB Percentages of Color #ffdc7e

%42.43
%36.61
%20.97

CMYK Percentages of Color #ffdc7e

%0
%14
%51
%0

Triadic Colors of #ffdc7e

#ffdc7e #7effdc #dc7eff

Analogous Colors of #ffdc7e

#ffdc7e #e2ff7e #ff9c7e

Monochromatic Colors of #ffdc7e

#ffdc7e

Complementary Color

#ffdc7e #7ea1ff

#ffdc7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdc7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdc7e Color CSS Codes

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

#ffdc7e Text Font Color

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

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


#ffdc7e Background Color

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

This div background color is #ffdc7e


#ffdc7e Border Color

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

This div border color is #ffdc7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdc7e

Related Colors


Comments

No comments written yet.

Please login to write comment.