Color Hex Logo

#fcde18 Color Hex

#FCDE18
(252,222,24)
0 Favorites   0 Comments

Color spaces of #fcde18

RGB 25222224
HSL0.140.970.54
HSV52°90°99°
CMYK 0.000.120.90   0.01
XYZ66.431073.003911.4540
Yxy73.00390.44030.4838
Hunter Lab85.4423-10.741251.8615
CIE-Lab88.4496-6.488485.6731

#fcde18 color RGB value is (252,222,24).

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

The process color (four color CMYK) of #fcde18 color hex is 0.00, 0.12, 0.90, 0.01. Web safe color of #fcde18 is #ffcc00. Color #fcde18 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011110 00011000
Octal 374 336 30
Decimal 252 222 24
Hex FC DE 18

RGB Percentages of Color #fcde18

%50.60
%44.58
%4.82

CMYK Percentages of Color #fcde18

%0
%12
%90
%1

Triadic Colors of #fcde18

#fcde18 #18fcde #de18fc

Analogous Colors of #fcde18

#fcde18 #a8fc18 #fc6c18

Monochromatic Colors of #fcde18

#fcde18

Complementary Color

#fcde18 #1836fc

#fcde18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcde18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcde18 Color CSS Codes

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

#fcde18 Text Font Color

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

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


#fcde18 Background Color

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

This div background color is #fcde18


#fcde18 Border Color

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

This div border color is #fcde18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcde18


Comments

No comments written yet.

Please login to write comment.