Color Hex Logo

#fdef58 Color Hex

#FDEF58
(253,239,88)
0 Favorites   0 Comments

Color spaces of #fdef58

RGB 25323988
HSL0.150.980.67
HSV55°65°99°
CMYK 0.000.060.65   0.01
XYZ73.136083.320221.4603
Yxy83.32020.41110.4683
Hunter Lab91.2799-16.720649.9566
CIE-Lab93.1544-12.315371.8056

#fdef58 color RGB value is (253,239,88).

#fdef58 hex color red value is 253, green value is 239 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #fdef58 hue: 0.15 , saturation: 0.98 and the lightness value of fdef58 is 0.67.

The process color (four color CMYK) of #fdef58 color hex is 0.00, 0.06, 0.65, 0.01. Web safe color of #fdef58 is #ffff66. Color #fdef58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101111 01011000
Octal 375 357 130
Decimal 253 239 88
Hex FD EF 58

RGB Percentages of Color #fdef58

%43.62
%41.21
%15.17

CMYK Percentages of Color #fdef58

%0
%6
%65
%1

Triadic Colors of #fdef58

#fdef58 #58fdef #ef58fd

Analogous Colors of #fdef58

#fdef58 #b9fd58 #fd9d58

Monochromatic Colors of #fdef58

#fdef58

Complementary Color

#fdef58 #5866fd

#fdef58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdef58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdef58 Color CSS Codes

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

#fdef58 Text Font Color

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

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


#fdef58 Background Color

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

This div background color is #fdef58


#fdef58 Border Color

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

This div border color is #fdef58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdef58


Comments

No comments written yet.

Please login to write comment.