Color Hex Logo

#fdd802 Color Hex

#FDD802
(253,216,2)
0 Favorites   0 Comments

Color spaces of #fdd802

RGB 2532162
HSL0.140.980.50
HSV51°99°99°
CMYK 0.000.150.99   0.01
XYZ65.074869.998810.1387
Yxy69.99880.44810.4820
Hunter Lab83.6653-7.577151.3808
CIE-Lab86.9963-3.264686.9292

#fdd802 color RGB value is (253,216,2).

#fdd802 hex color red value is 253, green value is 216 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #fdd802 hue: 0.14 , saturation: 0.98 and the lightness value of fdd802 is 0.50.

The process color (four color CMYK) of #fdd802 color hex is 0.00, 0.15, 0.99, 0.01. Web safe color of #fdd802 is #ffcc00. Color #fdd802 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011000 00000010
Octal 375 330 2
Decimal 253 216 2
Hex FD D8 2

RGB Percentages of Color #fdd802

%53.72
%45.86
%0.42

CMYK Percentages of Color #fdd802

%0
%15
%99
%1

Triadic Colors of #fdd802

#fdd802 #02fdd8 #d802fd

Analogous Colors of #fdd802

#fdd802 #a5fd02 #fd5b02

Monochromatic Colors of #fdd802

#fdd802

Complementary Color

#fdd802 #0227fd

#fdd802 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd802 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd802 Color CSS Codes

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

#fdd802 Text Font Color

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

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


#fdd802 Background Color

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

This div background color is #fdd802


#fdd802 Border Color

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

This div border color is #fdd802


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd802

Related Colors


Comments

No comments written yet.

Please login to write comment.