Color Hex Logo

#fcde31 Color Hex

#FCDE31
(252,222,49)
0 Favorites   0 Comments

Color spaces of #fcde31

RGB 25222249
HSL0.140.970.59
HSV51°81°99°
CMYK 0.000.120.81   0.01
XYZ66.820573.159813.5052
Yxy73.15980.43540.4767
Hunter Lab85.5335-10.235850.5119
CIE-Lab88.5239-5.943280.4718

#fcde31 color RGB value is (252,222,49).

#fcde31 hex color red value is 252, green value is 222 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #fcde31 hue: 0.14 , saturation: 0.97 and the lightness value of fcde31 is 0.59.

The process color (four color CMYK) of #fcde31 color hex is 0.00, 0.12, 0.81, 0.01. Web safe color of #fcde31 is #ffcc33. Color #fcde31 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011110 00110001
Octal 374 336 61
Decimal 252 222 49
Hex FC DE 31

RGB Percentages of Color #fcde31

%48.18
%42.45
%9.37

CMYK Percentages of Color #fcde31

%0
%12
%81
%1

Triadic Colors of #fcde31

#fcde31 #31fcde #de31fc

Analogous Colors of #fcde31

#fcde31 #b5fc31 #fc7931

Monochromatic Colors of #fcde31

#fcde31

Complementary Color

#fcde31 #314ffc

#fcde31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcde31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcde31 Color CSS Codes

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

#fcde31 Text Font Color

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

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


#fcde31 Background Color

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

This div background color is #fcde31


#fcde31 Border Color

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

This div border color is #fcde31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcde31

Related Colors


Comments

No comments written yet.

Please login to write comment.