Color Hex Logo

#fdf265 Color Hex

#FDF265
(253,242,101)
0 Favorites   0 Comments

Color spaces of #fdf265

RGB 253242101
HSL0.150.970.69
HSV56°60°99°
CMYK 0.000.040.60   0.01
XYZ74.609185.326524.8493
Yxy85.32650.40380.4618
Hunter Lab92.3723-17.477248.7109
CIE-Lab94.0236-13.006067.4743

#fdf265 color RGB value is (253,242,101).

#fdf265 hex color red value is 253, green value is 242 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #fdf265 hue: 0.15 , saturation: 0.97 and the lightness value of fdf265 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110010 01100101
Octal 375 362 145
Decimal 253 242 101
Hex FD F2 65

RGB Percentages of Color #fdf265

%42.45
%40.60
%16.95

CMYK Percentages of Color #fdf265

%0
%4
%60
%1

Triadic Colors of #fdf265

#fdf265 #65fdf2 #f265fd

Analogous Colors of #fdf265

#fdf265 #bcfd65 #fda665

Monochromatic Colors of #fdf265

#fdf265

Complementary Color

#fdf265 #6570fd

#fdf265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf265 Color CSS Codes

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

#fdf265 Text Font Color

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

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


#fdf265 Background Color

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

This div background color is #fdf265


#fdf265 Border Color

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

This div border color is #fdf265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf265


Comments

No comments written yet.

Please login to write comment.