Color Hex Logo

#fcd673 Color Hex

#FCD673
(252,214,115)
0 Favorites   0 Comments

Color spaces of #fcd673

RGB 252214115
HSL0.120.960.72
HSV43°54°99°
CMYK 0.000.150.54   0.01
XYZ67.286070.026426.1897
Yxy70.02640.41150.4283
Hunter Lab83.6818-2.916640.0214
CIE-Lab87.00981.613053.2223

#fcd673 color RGB value is (252,214,115).

#fcd673 hex color red value is 252, green value is 214 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #fcd673 hue: 0.12 , saturation: 0.96 and the lightness value of fcd673 is 0.72.

The process color (four color CMYK) of #fcd673 color hex is 0.00, 0.15, 0.54, 0.01. Web safe color of #fcd673 is #ffcc66. Color #fcd673 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010110 01110011
Octal 374 326 163
Decimal 252 214 115
Hex FC D6 73

RGB Percentages of Color #fcd673

%43.37
%36.83
%19.79

CMYK Percentages of Color #fcd673

%0
%15
%54
%1

Triadic Colors of #fcd673

#fcd673 #73fcd6 #d673fc

Analogous Colors of #fcd673

#fcd673 #defc73 #fc9273

Monochromatic Colors of #fcd673

#fcd673

Complementary Color

#fcd673 #7399fc

#fcd673 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd673 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd673 Color CSS Codes

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

#fcd673 Text Font Color

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

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


#fcd673 Background Color

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

This div background color is #fcd673


#fcd673 Border Color

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

This div border color is #fcd673


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,214,115, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd673


Comments

No comments written yet.

Please login to write comment.