Color Hex Logo

#fdbe3c Color Hex

#FDBE3C
(253,190,60)
0 Favorites   0 Comments

Color spaces of #fdbe3c

RGB 25319060
HSL0.110.980.61
HSV40°76°99°
CMYK 0.000.250.76   0.01
XYZ59.737158.035812.3285
Yxy58.03580.45920.4461
Hunter Lab76.18126.652743.7319
CIE-Lab80.758711.227370.0689

#fdbe3c color RGB value is (253,190,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111110 00111100
Octal 375 276 74
Decimal 253 190 60
Hex FD BE 3C

RGB Percentages of Color #fdbe3c

%50.30
%37.77
%11.93

CMYK Percentages of Color #fdbe3c

%0
%25
%76
%1

Triadic Colors of #fdbe3c

#fdbe3c #3cfdbe #be3cfd

Analogous Colors of #fdbe3c

#fdbe3c #dcfd3c #fd5d3c

Monochromatic Colors of #fdbe3c

#fdbe3c

Complementary Color

#fdbe3c #3c7bfd

#fdbe3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbe3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbe3c Color CSS Codes

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

#fdbe3c Text Font Color

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

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


#fdbe3c Background Color

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

This div background color is #fdbe3c


#fdbe3c Border Color

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

This div border color is #fdbe3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbe3c

Related Colors


Comments

No comments written yet.

Please login to write comment.