Color Hex Logo

#fdda30 Color Hex

#FDDA30
(253,218,48)
0 Favorites   0 Comments

Color spaces of #fdda30

RGB 25321848
HSL0.140.980.59
HSV50°81°99°
CMYK 0.000.140.81   0.01
XYZ66.112971.238913.0623
Yxy71.23890.43950.4736
Hunter Lab84.4031-7.886649.9064
CIE-Lab87.6009-3.540079.9831

#fdda30 color RGB value is (253,218,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011010 00110000
Octal 375 332 60
Decimal 253 218 48
Hex FD DA 30

RGB Percentages of Color #fdda30

%48.75
%42.00
%9.25

CMYK Percentages of Color #fdda30

%0
%14
%81
%1

Triadic Colors of #fdda30

#fdda30 #30fdda #da30fd

Analogous Colors of #fdda30

#fdda30 #bafd30 #fd7430

Monochromatic Colors of #fdda30

#fdda30

Complementary Color

#fdda30 #3053fd

#fdda30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdda30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdda30 Color CSS Codes

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

#fdda30 Text Font Color

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

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


#fdda30 Background Color

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

This div background color is #fdda30


#fdda30 Border Color

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

This div border color is #fdda30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdda30


Comments

No comments written yet.

Please login to write comment.