Color Hex Logo

#fdec33 Color Hex

#FDEC33
(253,236,51)
0 Favorites   0 Comments

Color spaces of #fdec33

RGB 25323651
HSL0.150.980.60
HSV55°80°99°
CMYK 0.000.070.80   0.01
XYZ71.101081.112615.0408
Yxy81.11260.42510.4850
Hunter Lab90.0625-16.690453.1421
CIE-Lab92.1818-12.412383.1331

#fdec33 color RGB value is (253,236,51).

#fdec33 hex color red value is 253, green value is 236 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #fdec33 hue: 0.15 , saturation: 0.98 and the lightness value of fdec33 is 0.60.

The process color (four color CMYK) of #fdec33 color hex is 0.00, 0.07, 0.80, 0.01. Web safe color of #fdec33 is #ffff33. Color #fdec33 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101100 00110011
Octal 375 354 63
Decimal 253 236 51
Hex FD EC 33

RGB Percentages of Color #fdec33

%46.85
%43.70
%9.44

CMYK Percentages of Color #fdec33

%0
%7
%80
%1

Triadic Colors of #fdec33

#fdec33 #33fdec #ec33fd

Analogous Colors of #fdec33

#fdec33 #a9fd33 #fd8733

Monochromatic Colors of #fdec33

#fdec33

Complementary Color

#fdec33 #3344fd

#fdec33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdec33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdec33 Color CSS Codes

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

#fdec33 Text Font Color

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

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


#fdec33 Background Color

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

This div background color is #fdec33


#fdec33 Border Color

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

This div border color is #fdec33


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,236,51, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fdec33; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fdec33;
  -webkit-box-shadow: 1px 1px 3px 2px #fdec33;
  box-shadow:         1px 1px 3px 2px #fdec33; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,236,51, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdec33

Related Colors


Comments

No comments written yet.

Please login to write comment.