Color Hex Logo

#fdf369 Color Hex

#FDF369
(253,243,105)
0 Favorites   0 Comments

Color spaces of #fdf369

RGB 253243105
HSL0.160.970.70
HSV56°58°99°
CMYK 0.000.040.58   0.01
XYZ75.108486.003826.0064
Yxy86.00380.40140.4596
Hunter Lab92.7382-17.725348.2902
CIE-Lab94.3140-13.230966.1065

#fdf369 color RGB value is (253,243,105).

#fdf369 hex color red value is 253, green value is 243 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #fdf369 hue: 0.16 , saturation: 0.97 and the lightness value of fdf369 is 0.70.

The process color (four color CMYK) of #fdf369 color hex is 0.00, 0.04, 0.58, 0.01. Web safe color of #fdf369 is #ffff66. Color #fdf369 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110011 01101001
Octal 375 363 151
Decimal 253 243 105
Hex FD F3 69

RGB Percentages of Color #fdf369

%42.10
%40.43
%17.47

CMYK Percentages of Color #fdf369

%0
%4
%58
%1

Triadic Colors of #fdf369

#fdf369 #69fdf3 #f369fd

Analogous Colors of #fdf369

#fdf369 #bdfd69 #fda969

Monochromatic Colors of #fdf369

#fdf369

Complementary Color

#fdf369 #6973fd

#fdf369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf369 Color CSS Codes

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

#fdf369 Text Font Color

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

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


#fdf369 Background Color

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

This div background color is #fdf369


#fdf369 Border Color

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

This div border color is #fdf369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf369


Comments

No comments written yet.

Please login to write comment.