Color Hex Logo

#fdef07 Color Hex

#FDEF07
(253,239,7)
1 Favorites   0 Comments

Color spaces of #fdef07

RGB 2532397
HSL0.160.980.51
HSV57°97°99°
CMYK 0.000.060.97   0.01
XYZ71.412982.631012.3865
Yxy82.63100.42910.4965
Hunter Lab90.9016-18.847055.5521
CIE-Lab92.8526-14.641390.7690

#fdef07 color RGB value is (253,239,7).

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

The process color (four color CMYK) of #fdef07 color hex is 0.00, 0.06, 0.97, 0.01. Web safe color of #fdef07 is #ffff00. Color #fdef07 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101111 00000111
Octal 375 357 7
Decimal 253 239 7
Hex FD EF 7

RGB Percentages of Color #fdef07

%50.70
%47.90
%1.40

CMYK Percentages of Color #fdef07

%0
%6
%97
%1

Triadic Colors of #fdef07

#fdef07 #07fdef #ef07fd

Analogous Colors of #fdef07

#fdef07 #90fd07 #fd7407

Monochromatic Colors of #fdef07

#fdef07

Complementary Color

#fdef07 #0715fd

#fdef07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdef07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdef07 Color CSS Codes

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

#fdef07 Text Font Color

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

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


#fdef07 Background Color

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

This div background color is #fdef07


#fdef07 Border Color

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

This div border color is #fdef07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdef07

Related Colors

#fdef07 Color Palettes


Comments

No comments written yet.

Please login to write comment.