Color Hex Logo

#fdbe3a Color Hex

#FDBE3A
(253,190,58)
0 Favorites   0 Comments

Color spaces of #fdbe3a

RGB 25319058
HSL0.110.980.61
HSV41°77°99°
CMYK 0.000.250.77   0.01
XYZ59.685258.015012.0553
Yxy58.01500.46000.4471
Hunter Lab76.16766.580043.9333
CIE-Lab80.747111.153170.7690

#fdbe3a color RGB value is (253,190,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111110 00111010
Octal 375 276 72
Decimal 253 190 58
Hex FD BE 3A

RGB Percentages of Color #fdbe3a

%50.50
%37.92
%11.58

CMYK Percentages of Color #fdbe3a

%0
%25
%77
%1

Triadic Colors of #fdbe3a

#fdbe3a #3afdbe #be3afd

Analogous Colors of #fdbe3a

#fdbe3a #dbfd3a #fd5d3a

Monochromatic Colors of #fdbe3a

#fdbe3a

Complementary Color

#fdbe3a #3a79fd

#fdbe3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbe3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbe3a Color CSS Codes

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

#fdbe3a Text Font Color

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

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


#fdbe3a Background Color

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

This div background color is #fdbe3a


#fdbe3a Border Color

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

This div border color is #fdbe3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbe3a


Comments

No comments written yet.

Please login to write comment.