Color Hex Logo

#fdda2c Color Hex

#FDDA2C
(253,218,44)
0 Favorites   0 Comments

Color spaces of #fdda2c

RGB 25321844
HSL0.140.980.58
HSV50°83°99°
CMYK 0.000.140.83   0.01
XYZ66.034071.207312.6469
Yxy71.20730.44060.4751
Hunter Lab84.3844-7.989750.1832
CIE-Lab87.5856-3.650281.0135

#fdda2c color RGB value is (253,218,44).

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

The process color (four color CMYK) of #fdda2c color hex is 0.00, 0.14, 0.83, 0.01. Web safe color of #fdda2c is #ffcc33. Color #fdda2c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011010 00101100
Octal 375 332 54
Decimal 253 218 44
Hex FD DA 2C

RGB Percentages of Color #fdda2c

%49.13
%42.33
%8.54

CMYK Percentages of Color #fdda2c

%0
%14
%83
%1

Triadic Colors of #fdda2c

#fdda2c #2cfdda #da2cfd

Analogous Colors of #fdda2c

#fdda2c #b8fd2c #fd722c

Monochromatic Colors of #fdda2c

#fdda2c

Complementary Color

#fdda2c #2c4ffd

#fdda2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdda2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdda2c Color CSS Codes

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

#fdda2c Text Font Color

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

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


#fdda2c Background Color

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

This div background color is #fdda2c


#fdda2c Border Color

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

This div border color is #fdda2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdda2c


Comments

No comments written yet.

Please login to write comment.