Color Hex Logo

#fdef60 Color Hex

#FDEF60
(253,239,96)
0 Favorites   0 Comments

Color spaces of #fdef60

RGB 25323996
HSL0.150.980.68
HSV55°62°99°
CMYK 0.000.060.62   0.01
XYZ73.485883.460223.3026
Yxy83.46020.40770.4630
Hunter Lab91.3566-16.291348.8263
CIE-Lab93.2155-11.849368.6714

#fdef60 color RGB value is (253,239,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101111 01100000
Octal 375 357 140
Decimal 253 239 96
Hex FD EF 60

RGB Percentages of Color #fdef60

%43.03
%40.65
%16.33

CMYK Percentages of Color #fdef60

%0
%6
%62
%1

Triadic Colors of #fdef60

#fdef60 #60fdef #ef60fd

Analogous Colors of #fdef60

#fdef60 #bdfd60 #fda160

Monochromatic Colors of #fdef60

#fdef60

Complementary Color

#fdef60 #606efd

#fdef60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdef60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdef60 Color CSS Codes

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

#fdef60 Text Font Color

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

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


#fdef60 Background Color

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

This div background color is #fdef60


#fdef60 Border Color

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

This div border color is #fdef60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdef60


Comments

No comments written yet.

Please login to write comment.