Color Hex Logo

#ffdf50 Color Hex

#FFDF50
(255,223,80)
0 Favorites   0 Comments

Color spaces of #ffdf50

RGB 25522380
HSL0.141.000.66
HSV49°69°100°
CMYK 0.000.130.69   0.00
XYZ69.075674.614518.3508
Yxy74.61450.42630.4605
Hunter Lab86.3797-8.422647.8700
CIE-Lab89.2121-3.963570.9258

#ffdf50 color RGB value is (255,223,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011111 01010000
Octal 377 337 120
Decimal 255 223 80
Hex FF DF 50

RGB Percentages of Color #ffdf50

%45.70
%39.96
%14.34

CMYK Percentages of Color #ffdf50

%0
%13
%69
%0

Triadic Colors of #ffdf50

#ffdf50 #50ffdf #df50ff

Analogous Colors of #ffdf50

#ffdf50 #c8ff50 #ff8850

Monochromatic Colors of #ffdf50

#ffdf50

Complementary Color

#ffdf50 #5070ff

#ffdf50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdf50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdf50 Color CSS Codes

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

#ffdf50 Text Font Color

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

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


#ffdf50 Background Color

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

This div background color is #ffdf50


#ffdf50 Border Color

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

This div border color is #ffdf50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdf50

#ffdf50 Color Palettes


Comments

No comments written yet.

Please login to write comment.