Color Hex Logo

#fdf605 Color Hex

#FDF605
(253,246,5)
0 Favorites   0 Comments

Color spaces of #fdf605

RGB 2532465
HSL0.160.980.51
HSV58°98°99°
CMYK 0.000.030.98   0.01
XYZ73.491286.805113.0253
Yxy86.80510.42400.5008
Hunter Lab93.1693-22.246856.9296
CIE-Lab94.6555-18.044892.2393

#fdf605 color RGB value is (253,246,5).

#fdf605 hex color red value is 253, green value is 246 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #fdf605 hue: 0.16 , saturation: 0.98 and the lightness value of fdf605 is 0.51.

The process color (four color CMYK) of #fdf605 color hex is 0.00, 0.03, 0.98, 0.01. Web safe color of #fdf605 is #ffff00. Color #fdf605 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110110 00000101
Octal 375 366 5
Decimal 253 246 5
Hex FD F6 5

RGB Percentages of Color #fdf605

%50.20
%48.81
%0.99

CMYK Percentages of Color #fdf605

%0
%3
%98
%1

Triadic Colors of #fdf605

#fdf605 #05fdf6 #f605fd

Analogous Colors of #fdf605

#fdf605 #88fd05 #fd7a05

Monochromatic Colors of #fdf605

#fdf605

Complementary Color

#fdf605 #050cfd

#fdf605 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf605 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf605 Color CSS Codes

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

#fdf605 Text Font Color

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

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


#fdf605 Background Color

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

This div background color is #fdf605


#fdf605 Border Color

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

This div border color is #fdf605


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf605

Related Colors


Comments

No comments written yet.

Please login to write comment.