Color Hex Logo

#fdd483 Color Hex

#FDD483
(253,212,131)
0 Favorites   0 Comments

Color spaces of #fdd483

RGB 253212131
HSL0.110.970.75
HSV40°48°99°
CMYK 0.000.160.48   0.01
XYZ68.148269.608331.3167
Yxy69.60830.40310.4117
Hunter Lab83.4316-0.203736.1471
CIE-Lab86.80444.393745.2303

#fdd483 color RGB value is (253,212,131).

#fdd483 hex color red value is 253, green value is 212 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #fdd483 hue: 0.11 , saturation: 0.97 and the lightness value of fdd483 is 0.75.

The process color (four color CMYK) of #fdd483 color hex is 0.00, 0.16, 0.48, 0.01. Web safe color of #fdd483 is #ffcc99. Color #fdd483 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010100 10000011
Octal 375 324 203
Decimal 253 212 131
Hex FD D4 83

RGB Percentages of Color #fdd483

%42.45
%35.57
%21.98

CMYK Percentages of Color #fdd483

%0
%16
%48
%1

Triadic Colors of #fdd483

#fdd483 #83fdd4 #d483fd

Analogous Colors of #fdd483

#fdd483 #e9fd83 #fd9783

Monochromatic Colors of #fdd483

#fdd483

Complementary Color

#fdd483 #83acfd

#fdd483 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd483 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd483 Color CSS Codes

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

#fdd483 Text Font Color

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

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


#fdd483 Background Color

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

This div background color is #fdd483


#fdd483 Border Color

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

This div border color is #fdd483


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd483

Related Colors


Comments

No comments written yet.

Please login to write comment.