Color Hex Logo

#fddc23 Color Hex

#FDDC23
(253,220,35)
0 Favorites   0 Comments

Color spaces of #fddc23

RGB 25322035
HSL0.140.980.56
HSV51°86°99°
CMYK 0.000.130.86   0.01
XYZ66.404672.190412.0244
Yxy72.19040.44090.4793
Hunter Lab84.9649-9.181451.0846
CIE-Lab88.0602-4.868783.4598

#fddc23 color RGB value is (253,220,35).

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

The process color (four color CMYK) of #fddc23 color hex is 0.00, 0.13, 0.86, 0.01. Web safe color of #fddc23 is #ffcc33. Color #fddc23 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011100 00100011
Octal 375 334 43
Decimal 253 220 35
Hex FD DC 23

RGB Percentages of Color #fddc23

%49.80
%43.31
%6.89

CMYK Percentages of Color #fddc23

%0
%13
%86
%1

Triadic Colors of #fddc23

#fddc23 #23fddc #dc23fd

Analogous Colors of #fddc23

#fddc23 #b1fd23 #fd6f23

Monochromatic Colors of #fddc23

#fddc23

Complementary Color

#fddc23 #2344fd

#fddc23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddc23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddc23 Color CSS Codes

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

#fddc23 Text Font Color

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

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


#fddc23 Background Color

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

This div background color is #fddc23


#fddc23 Border Color

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

This div border color is #fddc23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddc23

Related Colors


Comments

No comments written yet.

Please login to write comment.