Color Hex Logo

#fdeb20 Color Hex

#FDEB20
(253,235,32)
0 Favorites   0 Comments

Color spaces of #fdeb20

RGB 25323532
HSL0.150.980.56
HSV55°87°99°
CMYK 0.000.070.87   0.01
XYZ70.477180.403613.1714
Yxy80.40360.42960.4901
Hunter Lab89.6681-16.622154.0585
CIE-Lab91.8656-12.381287.0621

#fdeb20 color RGB value is (253,235,32).

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

The process color (four color CMYK) of #fdeb20 color hex is 0.00, 0.07, 0.87, 0.01. Web safe color of #fdeb20 is #ffff33. Color #fdeb20 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101011 00100000
Octal 375 353 40
Decimal 253 235 32
Hex FD EB 20

RGB Percentages of Color #fdeb20

%48.65
%45.19
%6.15

CMYK Percentages of Color #fdeb20

%0
%7
%87
%1

Triadic Colors of #fdeb20

#fdeb20 #20fdeb #eb20fd

Analogous Colors of #fdeb20

#fdeb20 #a1fd20 #fd7d20

Monochromatic Colors of #fdeb20

#fdeb20

Complementary Color

#fdeb20 #2032fd

#fdeb20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeb20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeb20 Color CSS Codes

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

#fdeb20 Text Font Color

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

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


#fdeb20 Background Color

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

This div background color is #fdeb20


#fdeb20 Border Color

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

This div border color is #fdeb20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeb20

Related Colors


Comments

No comments written yet.

Please login to write comment.