Color Hex Logo

#fcde3b Color Hex

#FCDE3B
(252,222,59)
0 Favorites   0 Comments

Color spaces of #fcde3b

RGB 25222259
HSL0.140.970.61
HSV51°77°99°
CMYK 0.000.120.77   0.01
XYZ67.055673.253814.7429
Yxy73.25380.43250.4724
Hunter Lab85.5884-9.931149.6990
CIE-Lab88.5686-5.615277.5906

#fcde3b color RGB value is (252,222,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011110 00111011
Octal 374 336 73
Decimal 252 222 59
Hex FC DE 3B

RGB Percentages of Color #fcde3b

%47.28
%41.65
%11.07

CMYK Percentages of Color #fcde3b

%0
%12
%77
%1

Triadic Colors of #fcde3b

#fcde3b #3bfcde #de3bfc

Analogous Colors of #fcde3b

#fcde3b #bafc3b #fc7e3b

Monochromatic Colors of #fcde3b

#fcde3b

Complementary Color

#fcde3b #3b59fc

#fcde3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcde3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcde3b Color CSS Codes

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

#fcde3b Text Font Color

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

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


#fcde3b Background Color

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

This div background color is #fcde3b


#fcde3b Border Color

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

This div border color is #fcde3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcde3b


Comments

No comments written yet.

Please login to write comment.