Color Hex Logo

#ffdf35 Color Hex

#FFDF35
(255,223,53)
0 Favorites   0 Comments

Color spaces of #ffdf35

RGB 25522353
HSL0.141.000.60
HSV50°79°100°
CMYK 0.000.130.79   0.00
XYZ68.270374.292414.1098
Yxy74.29240.43580.4742
Hunter Lab86.1930-9.454650.6294
CIE-Lab89.0605-5.063879.9303

#ffdf35 color RGB value is (255,223,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011111 00110101
Octal 377 337 65
Decimal 255 223 53
Hex FF DF 35

RGB Percentages of Color #ffdf35

%48.02
%42.00
%9.98

CMYK Percentages of Color #ffdf35

%0
%13
%79
%0

Triadic Colors of #ffdf35

#ffdf35 #35ffdf #df35ff

Analogous Colors of #ffdf35

#ffdf35 #baff35 #ff7a35

Monochromatic Colors of #ffdf35

#ffdf35

Complementary Color

#ffdf35 #3555ff

#ffdf35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdf35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdf35 Color CSS Codes

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

#ffdf35 Text Font Color

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

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


#ffdf35 Background Color

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

This div background color is #ffdf35


#ffdf35 Border Color

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

This div border color is #ffdf35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdf35


Comments

No comments written yet.

Please login to write comment.