Color Hex Logo

#fdcd02 Color Hex

#FDCD02
(253,205,2)
0 Favorites   0 Comments

Color spaces of #fdcd02

RGB 2532052
HSL0.130.980.50
HSV49°99°99°
CMYK 0.000.190.99   0.01
XYZ62.350364.54979.2306
Yxy64.54970.45800.4742
Hunter Lab80.3428-2.074549.4281
CIE-Lab84.25122.329984.9878

#fdcd02 color RGB value is (253,205,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001101 00000010
Octal 375 315 2
Decimal 253 205 2
Hex FD CD 2

RGB Percentages of Color #fdcd02

%55.00
%44.57
%0.43

CMYK Percentages of Color #fdcd02

%0
%19
%99
%1

Triadic Colors of #fdcd02

#fdcd02 #02fdcd #cd02fd

Analogous Colors of #fdcd02

#fdcd02 #b0fd02 #fd5002

Monochromatic Colors of #fdcd02

#fdcd02

Complementary Color

#fdcd02 #0232fd

#fdcd02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcd02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcd02 Color CSS Codes

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

#fdcd02 Text Font Color

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

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


#fdcd02 Background Color

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

This div background color is #fdcd02


#fdcd02 Border Color

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

This div border color is #fdcd02


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcd02

#fdcd02 Color Palettes


Comments

No comments written yet.

Please login to write comment.