Color Hex Logo

#fcd583 Color Hex

#FCD583
(252,213,131)
0 Favorites   0 Comments

Color spaces of #fcd583

RGB 252213131
HSL0.110.950.75
HSV41°48°99°
CMYK 0.000.150.48   0.01
XYZ68.035969.922631.3833
Yxy69.92260.40180.4129
Hunter Lab83.6197-1.100836.2817
CIE-Lab86.95893.481845.4032

#fcd583 color RGB value is (252,213,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010101 10000011
Octal 374 325 203
Decimal 252 213 131
Hex FC D5 83

RGB Percentages of Color #fcd583

%42.28
%35.74
%21.98

CMYK Percentages of Color #fcd583

%0
%15
%48
%1

Triadic Colors of #fcd583

#fcd583 #83fcd5 #d583fc

Analogous Colors of #fcd583

#fcd583 #e7fc83 #fc9983

Monochromatic Colors of #fcd583

#fcd583

Complementary Color

#fcd583 #83aafc

#fcd583 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd583 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd583 Color CSS Codes

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

#fcd583 Text Font Color

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

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


#fcd583 Background Color

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

This div background color is #fcd583


#fcd583 Border Color

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

This div border color is #fcd583


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd583


Comments

No comments written yet.

Please login to write comment.