Color Hex Logo

#fcde29 Color Hex

#FCDE29
(252,222,41)
0 Favorites   0 Comments

Color spaces of #fcde29

RGB 25222241
HSL0.140.970.57
HSV51°84°99°
CMYK 0.000.120.84   0.01
XYZ66.666473.098112.6935
Yxy73.09810.43730.4795
Hunter Lab85.4974-10.435651.0456
CIE-Lab88.4945-6.158582.4608

#fcde29 color RGB value is (252,222,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011110 00101001
Octal 374 336 51
Decimal 252 222 41
Hex FC DE 29

RGB Percentages of Color #fcde29

%48.93
%43.11
%7.96

CMYK Percentages of Color #fcde29

%0
%12
%84
%1

Triadic Colors of #fcde29

#fcde29 #29fcde #de29fc

Analogous Colors of #fcde29

#fcde29 #b1fc29 #fc7529

Monochromatic Colors of #fcde29

#fcde29

Complementary Color

#fcde29 #2947fc

#fcde29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcde29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcde29 Color CSS Codes

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

#fcde29 Text Font Color

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

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


#fcde29 Background Color

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

This div background color is #fcde29


#fcde29 Border Color

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

This div border color is #fcde29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcde29


Comments

No comments written yet.

Please login to write comment.