Color Hex Logo

#ffdf7a Color Hex

#FFDF7A
(255,223,122)
0 Favorites   0 Comments

Color spaces of #ffdf7a

RGB 255223122
HSL0.131.000.74
HSV46°52°100°
CMYK 0.000.130.52   0.00
XYZ71.140575.440529.2243
Yxy75.44050.40470.4291
Hunter Lab86.8565-5.797040.8504
CIE-Lab89.5989-1.195353.0567

#ffdf7a color RGB value is (255,223,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011111 01111010
Octal 377 337 172
Decimal 255 223 122
Hex FF DF 7A

RGB Percentages of Color #ffdf7a

%42.50
%37.17
%20.33

CMYK Percentages of Color #ffdf7a

%0
%13
%52
%0

Triadic Colors of #ffdf7a

#ffdf7a #7affdf #df7aff

Analogous Colors of #ffdf7a

#ffdf7a #ddff7a #ff9d7a

Monochromatic Colors of #ffdf7a

#ffdf7a

Complementary Color

#ffdf7a #7a9aff

#ffdf7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdf7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdf7a Color CSS Codes

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

#ffdf7a Text Font Color

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

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


#ffdf7a Background Color

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

This div background color is #ffdf7a


#ffdf7a Border Color

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

This div border color is #ffdf7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdf7a


Comments

No comments written yet.

Please login to write comment.