Color Hex Logo

#fdd602 Color Hex

#FDD602
(253,214,2)
0 Favorites   0 Comments

Color spaces of #fdd602

RGB 2532142
HSL0.140.980.50
HSV51°99°99°
CMYK 0.000.150.99   0.01
XYZ64.565568.98029.9690
Yxy68.98020.44990.4806
Hunter Lab83.0543-6.581251.0215
CIE-Lab86.4942-2.253386.5722

#fdd602 color RGB value is (253,214,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010110 00000010
Octal 375 326 2
Decimal 253 214 2
Hex FD D6 2

RGB Percentages of Color #fdd602

%53.94
%45.63
%0.43

CMYK Percentages of Color #fdd602

%0
%15
%99
%1

Triadic Colors of #fdd602

#fdd602 #02fdd6 #d602fd

Analogous Colors of #fdd602

#fdd602 #a7fd02 #fd5902

Monochromatic Colors of #fdd602

#fdd602

Complementary Color

#fdd602 #0229fd

#fdd602 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd602 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd602 Color CSS Codes

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

#fdd602 Text Font Color

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

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


#fdd602 Background Color

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

This div background color is #fdd602


#fdd602 Border Color

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

This div border color is #fdd602


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,214,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 #fdd602">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd602

#fdd602 Color Palettes


Comments

No comments written yet.

Please login to write comment.