Color Hex Logo

#fdd283 Color Hex

#FDD283
(253,210,131)
0 Favorites   0 Comments

Color spaces of #fdd283

RGB 253210131
HSL0.110.970.75
HSV39°48°99°
CMYK 0.000.170.48   0.01
XYZ67.651368.614531.1510
Yxy68.61450.40410.4098
Hunter Lab82.83390.823635.6868
CIE-Lab86.31285.422344.6160

#fdd283 color RGB value is (253,210,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010010 10000011
Octal 375 322 203
Decimal 253 210 131
Hex FD D2 83

RGB Percentages of Color #fdd283

%42.59
%35.35
%22.05

CMYK Percentages of Color #fdd283

%0
%17
%48
%1

Triadic Colors of #fdd283

#fdd283 #83fdd2 #d283fd

Analogous Colors of #fdd283

#fdd283 #ebfd83 #fd9583

Monochromatic Colors of #fdd283

#fdd283

Complementary Color

#fdd283 #83aefd

#fdd283 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd283 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd283 Color CSS Codes

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

#fdd283 Text Font Color

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

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


#fdd283 Background Color

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

This div background color is #fdd283


#fdd283 Border Color

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

This div border color is #fdd283


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,210,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 #fdd283">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd283


Comments

No comments written yet.

Please login to write comment.