Color Hex Logo

#fdd146 Color Hex

#FDD146
(253,209,70)
0 Favorites   0 Comments

Color spaces of #fdd146

RGB 25320970
HSL0.130.980.63
HSV46°72°99°
CMYK 0.000.170.72   0.01
XYZ64.414066.925815.3173
Yxy66.92580.43920.4563
Hunter Lab81.8082-2.617346.1646
CIE-Lab85.46651.832770.9252

#fdd146 color RGB value is (253,209,70).

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

The process color (four color CMYK) of #fdd146 color hex is 0.00, 0.17, 0.72, 0.01. Web safe color of #fdd146 is #ffcc33. Color #fdd146 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010001 01000110
Octal 375 321 106
Decimal 253 209 70
Hex FD D1 46

RGB Percentages of Color #fdd146

%47.56
%39.29
%13.16

CMYK Percentages of Color #fdd146

%0
%17
%72
%1

Triadic Colors of #fdd146

#fdd146 #46fdd1 #d146fd

Analogous Colors of #fdd146

#fdd146 #cefd46 #fd7646

Monochromatic Colors of #fdd146

#fdd146

Complementary Color

#fdd146 #4672fd

#fdd146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd146 Color CSS Codes

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

#fdd146 Text Font Color

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

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


#fdd146 Background Color

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

This div background color is #fdd146


#fdd146 Border Color

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

This div border color is #fdd146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd146


Comments

No comments written yet.

Please login to write comment.