Color Hex Logo

#ffdf7e Color Hex

#FFDF7E
(255,223,126)
0 Favorites   0 Comments

Color spaces of #ffdf7e

RGB 255223126
HSL0.131.000.75
HSV45°51°100°
CMYK 0.000.130.51   0.00
XYZ71.393675.541730.5568
Yxy75.54170.40220.4256
Hunter Lab86.9147-5.477139.9956
CIE-Lab89.6461-0.861051.2064

#ffdf7e color RGB value is (255,223,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011111 01111110
Octal 377 337 176
Decimal 255 223 126
Hex FF DF 7E

RGB Percentages of Color #ffdf7e

%42.22
%36.92
%20.86

CMYK Percentages of Color #ffdf7e

%0
%13
%51
%0

Triadic Colors of #ffdf7e

#ffdf7e #7effdf #df7eff

Analogous Colors of #ffdf7e

#ffdf7e #dfff7e #ff9f7e

Monochromatic Colors of #ffdf7e

#ffdf7e

Complementary Color

#ffdf7e #7e9eff

#ffdf7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdf7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdf7e Color CSS Codes

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

#ffdf7e Text Font Color

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

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


#ffdf7e Background Color

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

This div background color is #ffdf7e


#ffdf7e Border Color

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

This div border color is #ffdf7e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,223,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 #ffdf7e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdf7e

Related Colors

#ffdf7e Color Palettes


Comments

No comments written yet.

Please login to write comment.