Color Hex Logo

#fdd12b Color Hex

#FDD12B
(253,209,43)
0 Favorites   0 Comments

Color spaces of #fdd12b

RGB 25320943
HSL0.130.980.58
HSV47°83°99°
CMYK 0.000.170.83   0.01
XYZ63.744566.658011.7921
Yxy66.65800.44830.4688
Hunter Lab81.6444-3.512348.5876
CIE-Lab85.33090.890079.3762

#fdd12b color RGB value is (253,209,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010001 00101011
Octal 375 321 53
Decimal 253 209 43
Hex FD D1 2B

RGB Percentages of Color #fdd12b

%50.10
%41.39
%8.51

CMYK Percentages of Color #fdd12b

%0
%17
%83
%1

Triadic Colors of #fdd12b

#fdd12b #2bfdd1 #d12bfd

Analogous Colors of #fdd12b

#fdd12b #c0fd2b #fd682b

Monochromatic Colors of #fdd12b

#fdd12b

Complementary Color

#fdd12b #2b57fd

#fdd12b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd12b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd12b Color CSS Codes

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

#fdd12b Text Font Color

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

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


#fdd12b Background Color

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

This div background color is #fdd12b


#fdd12b Border Color

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

This div border color is #fdd12b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd12b


Comments

No comments written yet.

Please login to write comment.