Color Hex Logo

#fdd56a Color Hex

#FDD56A
(253,213,106)
0 Favorites   0 Comments

Color spaces of #fdd56a

RGB 253213106
HSL0.120.970.70
HSV44°58°99°
CMYK 0.000.160.58   0.01
XYZ66.903869.511823.5266
Yxy69.51180.41830.4346
Hunter Lab83.3737-2.665541.6310
CIE-Lab86.75691.857957.1536

#fdd56a color RGB value is (253,213,106).

#fdd56a hex color red value is 253, green value is 213 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #fdd56a hue: 0.12 , saturation: 0.97 and the lightness value of fdd56a is 0.70.

The process color (four color CMYK) of #fdd56a color hex is 0.00, 0.16, 0.58, 0.01. Web safe color of #fdd56a is #ffcc66. Color #fdd56a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010101 01101010
Octal 375 325 152
Decimal 253 213 106
Hex FD D5 6A

RGB Percentages of Color #fdd56a

%44.23
%37.24
%18.53

CMYK Percentages of Color #fdd56a

%0
%16
%58
%1

Triadic Colors of #fdd56a

#fdd56a #6afdd5 #d56afd

Analogous Colors of #fdd56a

#fdd56a #dcfd6a #fd8c6a

Monochromatic Colors of #fdd56a

#fdd56a

Complementary Color

#fdd56a #6a92fd

#fdd56a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd56a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd56a Color CSS Codes

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

#fdd56a Text Font Color

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

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


#fdd56a Background Color

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

This div background color is #fdd56a


#fdd56a Border Color

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

This div border color is #fdd56a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd56a


Comments

No comments written yet.

Please login to write comment.