Color Hex Logo

#ffdf4a Color Hex

#FFDF4A
(255,223,74)
0 Favorites   0 Comments

Color spaces of #ffdf4a

RGB 25522374
HSL0.141.000.65
HSV49°71°100°
CMYK 0.000.130.71   0.00
XYZ68.863774.529817.2347
Yxy74.52980.42870.4640
Hunter Lab86.3306-8.693848.5950
CIE-Lab89.1723-4.252073.1438

#ffdf4a color RGB value is (255,223,74).

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

The process color (four color CMYK) of #ffdf4a color hex is 0.00, 0.13, 0.71, 0.00. Web safe color of #ffdf4a is #ffcc33. Color #ffdf4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011111 01001010
Octal 377 337 112
Decimal 255 223 74
Hex FF DF 4A

RGB Percentages of Color #ffdf4a

%46.20
%40.40
%13.41

CMYK Percentages of Color #ffdf4a

%0
%13
%71
%0

Triadic Colors of #ffdf4a

#ffdf4a #4affdf #df4aff

Analogous Colors of #ffdf4a

#ffdf4a #c5ff4a #ff854a

Monochromatic Colors of #ffdf4a

#ffdf4a

Complementary Color

#ffdf4a #4a6aff

#ffdf4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdf4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdf4a Color CSS Codes

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

#ffdf4a Text Font Color

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

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


#ffdf4a Background Color

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

This div background color is #ffdf4a


#ffdf4a Border Color

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

This div border color is #ffdf4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdf4a

Related Colors


Comments

No comments written yet.

Please login to write comment.