Color Hex Logo

#fdff42 Color Hex

#FDFF42
(253,255,66)
0 Favorites   0 Comments

Color spaces of #fdff42

RGB 25325566
HSL0.171.000.63
HSV61°74°100°
CMYK 0.010.000.74   0.00
XYZ77.251492.796018.9941
Yxy92.79600.40860.4909
Hunter Lab96.3307-25.432455.7409
CIE-Lab97.1448-21.077283.3266

#fdff42 color RGB value is (253,255,66).

#fdff42 hex color red value is 253, green value is 255 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #fdff42 hue: 0.17 , saturation: 1.00 and the lightness value of fdff42 is 0.63.

The process color (four color CMYK) of #fdff42 color hex is 0.01, 0.00, 0.74, 0.00. Web safe color of #fdff42 is #ffff33. Color #fdff42 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111111 01000010
Octal 375 377 102
Decimal 253 255 66
Hex FD FF 42

RGB Percentages of Color #fdff42

%44.08
%44.43
%11.50

CMYK Percentages of Color #fdff42

%1
%0
%74
%0

Triadic Colors of #fdff42

#fdff42 #42fdff #ff42fd

Analogous Colors of #fdff42

#fdff42 #9fff42 #ffa342

Monochromatic Colors of #fdff42

#fdff42

Complementary Color

#fdff42 #4442ff

#fdff42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdff42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdff42 Color CSS Codes

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

#fdff42 Text Font Color

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

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


#fdff42 Background Color

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

This div background color is #fdff42


#fdff42 Border Color

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

This div border color is #fdff42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdff42

Related Colors


Comments

No comments written yet.

Please login to write comment.