Color Hex Logo

#fdf077 Color Hex

#FDF077
(253,240,119)
1 Favorites   0 Comments

Color spaces of #fdf077

RGB 253240119
HSL0.150.970.73
HSV54°53°99°
CMYK 0.000.050.53   0.01
XYZ74.997984.534729.8168
Yxy84.53470.39610.4464
Hunter Lab91.9428-15.297045.1323
CIE-Lab93.6822-10.734759.2309

#fdf077 color RGB value is (253,240,119).

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

The process color (four color CMYK) of #fdf077 color hex is 0.00, 0.05, 0.53, 0.01. Web safe color of #fdf077 is #ffff66. Color #fdf077 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110000 01110111
Octal 375 360 167
Decimal 253 240 119
Hex FD F0 77

RGB Percentages of Color #fdf077

%41.34
%39.22
%19.44

CMYK Percentages of Color #fdf077

%0
%5
%53
%1

Triadic Colors of #fdf077

#fdf077 #77fdf0 #f077fd

Analogous Colors of #fdf077

#fdf077 #c7fd77 #fdad77

Monochromatic Colors of #fdf077

#fdf077

Complementary Color

#fdf077 #7784fd

#fdf077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf077 Color CSS Codes

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

#fdf077 Text Font Color

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

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


#fdf077 Background Color

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

This div background color is #fdf077


#fdf077 Border Color

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

This div border color is #fdf077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf077


Comments

No comments written yet.

Please login to write comment.