Color Hex Logo

#fced29 Color Hex

#FCED29
(252,237,41)
0 Favorites   0 Comments

Color spaces of #fced29

RGB 25223741
HSL0.150.970.57
HSV56°84°99°
CMYK 0.000.060.84   0.01
XYZ70.829381.423914.0811
Yxy81.42390.42580.4895
Hunter Lab90.2352-17.799653.9125
CIE-Lab92.3200-13.587085.6188

#fced29 color RGB value is (252,237,41).

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

The process color (four color CMYK) of #fced29 color hex is 0.00, 0.06, 0.84, 0.01. Web safe color of #fced29 is #ffff33. Color #fced29 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101101 00101001
Octal 374 355 51
Decimal 252 237 41
Hex FC ED 29

RGB Percentages of Color #fced29

%47.55
%44.72
%7.74

CMYK Percentages of Color #fced29

%0
%6
%84
%1

Triadic Colors of #fced29

#fced29 #29fced #ed29fc

Analogous Colors of #fced29

#fced29 #a2fc29 #fc8429

Monochromatic Colors of #fced29

#fced29

Complementary Color

#fced29 #2938fc

#fced29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fced29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fced29 Color CSS Codes

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

#fced29 Text Font Color

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

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


#fced29 Background Color

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

This div background color is #fced29


#fced29 Border Color

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

This div border color is #fced29


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,237,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 #fced29">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fced29


Comments

No comments written yet.

Please login to write comment.