Color Hex Logo

#fcde5c Color Hex

#FCDE5C
(252,222,92)
0 Favorites   0 Comments

Color spaces of #fcde5c

RGB 25222292
HSL0.140.960.67
HSV49°63°99°
CMYK 0.000.120.63   0.01
XYZ68.197973.710720.7584
Yxy73.71070.41920.4531
Hunter Lab85.8549-8.456745.7630
CIE-Lab88.7856-4.037165.5561

#fcde5c color RGB value is (252,222,92).

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

The process color (four color CMYK) of #fcde5c color hex is 0.00, 0.12, 0.63, 0.01. Web safe color of #fcde5c is #ffcc66. Color #fcde5c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011110 01011100
Octal 374 336 134
Decimal 252 222 92
Hex FC DE 5C

RGB Percentages of Color #fcde5c

%44.52
%39.22
%16.25

CMYK Percentages of Color #fcde5c

%0
%12
%63
%1

Triadic Colors of #fcde5c

#fcde5c #5cfcde #de5cfc

Analogous Colors of #fcde5c

#fcde5c #cafc5c #fc8e5c

Monochromatic Colors of #fcde5c

#fcde5c

Complementary Color

#fcde5c #5c7afc

#fcde5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcde5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcde5c Color CSS Codes

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

#fcde5c Text Font Color

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

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


#fcde5c Background Color

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

This div background color is #fcde5c


#fcde5c Border Color

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

This div border color is #fcde5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcde5c

Related Colors


Comments

No comments written yet.

Please login to write comment.