Color Hex Logo

#fdbe29 Color Hex

#FDBE29
(253,190,41)
0 Favorites   0 Comments

Color spaces of #fdbe29

RGB 25319041
HSL0.120.980.58
HSV42°84°99°
CMYK 0.000.250.84   0.01
XYZ59.321757.869710.1412
Yxy57.86970.46590.4545
Hunter Lab76.07216.069645.3465
CIE-Lab80.666310.630576.0080

#fdbe29 color RGB value is (253,190,41).

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

The process color (four color CMYK) of #fdbe29 color hex is 0.00, 0.25, 0.84, 0.01. Web safe color of #fdbe29 is #ffcc33. Color #fdbe29 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111110 00101001
Octal 375 276 51
Decimal 253 190 41
Hex FD BE 29

RGB Percentages of Color #fdbe29

%52.27
%39.26
%8.47

CMYK Percentages of Color #fdbe29

%0
%25
%84
%1

Triadic Colors of #fdbe29

#fdbe29 #29fdbe #be29fd

Analogous Colors of #fdbe29

#fdbe29 #d2fd29 #fd5429

Monochromatic Colors of #fdbe29

#fdbe29

Complementary Color

#fdbe29 #2968fd

#fdbe29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbe29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbe29 Color CSS Codes

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

#fdbe29 Text Font Color

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

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


#fdbe29 Background Color

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

This div background color is #fdbe29


#fdbe29 Border Color

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

This div border color is #fdbe29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbe29

Related Colors


Comments

No comments written yet.

Please login to write comment.