Color Hex Logo

#ffdf53 Color Hex

#FFDF53
(255,223,83)
0 Favorites   0 Comments

Color spaces of #ffdf53

RGB 25522383
HSL0.141.000.66
HSV49°67°100°
CMYK 0.000.130.67   0.00
XYZ69.189074.659918.9478
Yxy74.65990.42500.4586
Hunter Lab86.4060-8.277747.4826
CIE-Lab89.2334-3.809669.7773

#ffdf53 color RGB value is (255,223,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011111 01010011
Octal 377 337 123
Decimal 255 223 83
Hex FF DF 53

RGB Percentages of Color #ffdf53

%45.45
%39.75
%14.80

CMYK Percentages of Color #ffdf53

%0
%13
%67
%0

Triadic Colors of #ffdf53

#ffdf53 #53ffdf #df53ff

Analogous Colors of #ffdf53

#ffdf53 #c9ff53 #ff8953

Monochromatic Colors of #ffdf53

#ffdf53

Complementary Color

#ffdf53 #5373ff

#ffdf53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdf53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdf53 Color CSS Codes

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

#ffdf53 Text Font Color

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

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


#ffdf53 Background Color

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

This div background color is #ffdf53


#ffdf53 Border Color

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

This div border color is #ffdf53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdf53

Related Colors


Comments

No comments written yet.

Please login to write comment.