Color Hex Logo

#fdc283 Color Hex

#FDC283
(253,194,131)
0 Favorites   0 Comments

Color spaces of #fdc283

RGB 253194131
HSL0.090.970.75
HSV31°48°99°
CMYK 0.000.230.48   0.01
XYZ63.896561.104929.8994
Yxy61.10490.41250.3945
Hunter Lab78.16969.110532.0407
CIE-Lab82.435113.719639.7195

#fdc283 color RGB value is (253,194,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000010 10000011
Octal 375 302 203
Decimal 253 194 131
Hex FD C2 83

RGB Percentages of Color #fdc283

%43.77
%33.56
%22.66

CMYK Percentages of Color #fdc283

%0
%23
%48
%1

Triadic Colors of #fdc283

#fdc283 #83fdc2 #c283fd

Analogous Colors of #fdc283

#fdc283 #fbfd83 #fd8583

Monochromatic Colors of #fdc283

#fdc283

Complementary Color

#fdc283 #83befd

#fdc283 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc283 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc283 Color CSS Codes

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

#fdc283 Text Font Color

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

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


#fdc283 Background Color

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

This div background color is #fdc283


#fdc283 Border Color

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

This div border color is #fdc283


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc283

Related Colors


Comments

No comments written yet.

Please login to write comment.