Color Hex Logo

#fdeb29 Color Hex

#FDEB29
(253,235,41)
0 Favorites   0 Comments

Color spaces of #fdeb29

RGB 25323541
HSL0.150.980.58
HSV55°84°99°
CMYK 0.000.070.84   0.01
XYZ70.616680.459413.9061
Yxy80.45940.42800.4877
Hunter Lab89.6992-16.447653.5977
CIE-Lab91.8906-12.190485.2992

#fdeb29 color RGB value is (253,235,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101011 00101001
Octal 375 353 51
Decimal 253 235 41
Hex FD EB 29

RGB Percentages of Color #fdeb29

%47.83
%44.42
%7.75

CMYK Percentages of Color #fdeb29

%0
%7
%84
%1

Triadic Colors of #fdeb29

#fdeb29 #29fdeb #eb29fd

Analogous Colors of #fdeb29

#fdeb29 #a5fd29 #fd8129

Monochromatic Colors of #fdeb29

#fdeb29

Complementary Color

#fdeb29 #293bfd

#fdeb29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeb29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeb29 Color CSS Codes

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

#fdeb29 Text Font Color

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

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


#fdeb29 Background Color

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

This div background color is #fdeb29


#fdeb29 Border Color

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

This div border color is #fdeb29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeb29


Comments

No comments written yet.

Please login to write comment.