Color Hex Logo

#fced24 Color Hex

#FCED24
(252,237,36)
0 Favorites   0 Comments

Color spaces of #fced24

RGB 25223736
HSL0.160.970.56
HSV56°86°99°
CMYK 0.000.060.86   0.01
XYZ70.747581.391213.6503
Yxy81.39120.42670.4909
Hunter Lab90.2171-17.901654.1811
CIE-Lab92.3055-13.699186.6359

#fced24 color RGB value is (252,237,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101101 00100100
Octal 374 355 44
Decimal 252 237 36
Hex FC ED 24

RGB Percentages of Color #fced24

%48.00
%45.14
%6.86

CMYK Percentages of Color #fced24

%0
%6
%86
%1

Triadic Colors of #fced24

#fced24 #24fced #ed24fc

Analogous Colors of #fced24

#fced24 #9ffc24 #fc8124

Monochromatic Colors of #fced24

#fced24

Complementary Color

#fced24 #2433fc

#fced24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fced24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fced24 Color CSS Codes

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

#fced24 Text Font Color

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

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


#fced24 Background Color

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

This div background color is #fced24


#fced24 Border Color

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

This div border color is #fced24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fced24


Comments

No comments written yet.

Please login to write comment.