Color Hex Logo

#fcde40 Color Hex

#FCDE40
(252,222,64)
0 Favorites   0 Comments

Color spaces of #fcde40

RGB 25222264
HSL0.140.970.62
HSV50°75°99°
CMYK 0.000.120.75   0.01
XYZ67.191673.308215.4590
Yxy73.30820.43080.4700
Hunter Lab85.6202-9.755149.2291
CIE-Lab88.5945-5.426175.9986

#fcde40 color RGB value is (252,222,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011110 01000000
Octal 374 336 100
Decimal 252 222 64
Hex FC DE 40

RGB Percentages of Color #fcde40

%46.84
%41.26
%11.90

CMYK Percentages of Color #fcde40

%0
%12
%75
%1

Triadic Colors of #fcde40

#fcde40 #40fcde #de40fc

Analogous Colors of #fcde40

#fcde40 #bcfc40 #fc8040

Monochromatic Colors of #fcde40

#fcde40

Complementary Color

#fcde40 #405efc

#fcde40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcde40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcde40 Color CSS Codes

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

#fcde40 Text Font Color

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

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


#fcde40 Background Color

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

This div background color is #fcde40


#fcde40 Border Color

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

This div border color is #fcde40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcde40

#fcde40 Color Palettes


Comments

No comments written yet.

Please login to write comment.