Color Hex Logo

#fddb12 Color Hex

#FDDB12
(253,219,18)
0 Favorites   0 Comments

Color spaces of #fddb12

RGB 25321918
HSL0.140.980.53
HSV51°93°99°
CMYK 0.000.130.93   0.01
XYZ65.948771.589410.9145
Yxy71.58940.44420.4822
Hunter Lab84.6105-8.938651.5791
CIE-Lab87.7706-4.638286.0086

#fddb12 color RGB value is (253,219,18).

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

The process color (four color CMYK) of #fddb12 color hex is 0.00, 0.13, 0.93, 0.01. Web safe color of #fddb12 is #ffcc00. Color #fddb12 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011011 00010010
Octal 375 333 22
Decimal 253 219 18
Hex FD DB 12

RGB Percentages of Color #fddb12

%51.63
%44.69
%3.67

CMYK Percentages of Color #fddb12

%0
%13
%93
%1

Triadic Colors of #fddb12

#fddb12 #12fddb #db12fd

Analogous Colors of #fddb12

#fddb12 #aafd12 #fd6612

Monochromatic Colors of #fddb12

#fddb12

Complementary Color

#fddb12 #1234fd

#fddb12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddb12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddb12 Color CSS Codes

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

#fddb12 Text Font Color

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

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


#fddb12 Background Color

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

This div background color is #fddb12


#fddb12 Border Color

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

This div border color is #fddb12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddb12


Comments

No comments written yet.

Please login to write comment.