Color Hex Logo

#fde134 Color Hex

#FDE134
(253,225,52)
0 Favorites   0 Comments

Color spaces of #fde134

RGB 25322552
HSL0.140.980.60
HSV52°79°99°
CMYK 0.000.110.79   0.01
XYZ68.053174.981014.1348
Yxy74.98100.43300.4771
Hunter Lab86.5916-11.250550.9359
CIE-Lab89.3841-6.933980.4285

#fde134 color RGB value is (253,225,52).

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

The process color (four color CMYK) of #fde134 color hex is 0.00, 0.11, 0.79, 0.01. Web safe color of #fde134 is #ffcc33. Color #fde134 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100001 00110100
Octal 375 341 64
Decimal 253 225 52
Hex FD E1 34

RGB Percentages of Color #fde134

%47.74
%42.45
%9.81

CMYK Percentages of Color #fde134

%0
%11
%79
%1

Triadic Colors of #fde134

#fde134 #34fde1 #e134fd

Analogous Colors of #fde134

#fde134 #b5fd34 #fd7d34

Monochromatic Colors of #fde134

#fde134

Complementary Color

#fde134 #3450fd

#fde134 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde134 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde134 Color CSS Codes

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

#fde134 Text Font Color

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

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


#fde134 Background Color

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

This div background color is #fde134


#fde134 Border Color

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

This div border color is #fde134


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde134


Comments

No comments written yet.

Please login to write comment.