Color Hex Logo

#fdbe4a Color Hex

#FDBE4A
(253,190,74)
0 Favorites   0 Comments

Color spaces of #fdbe4a

RGB 25319074
HSL0.110.980.64
HSV39°71°99°
CMYK 0.000.250.71   0.01
XYZ60.157558.204014.5424
Yxy58.20400.45260.4379
Hunter Lab76.29157.240842.1025
CIE-Lab80.852111.827164.7539

#fdbe4a color RGB value is (253,190,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111110 01001010
Octal 375 276 112
Decimal 253 190 74
Hex FD BE 4A

RGB Percentages of Color #fdbe4a

%48.94
%36.75
%14.31

CMYK Percentages of Color #fdbe4a

%0
%25
%71
%1

Triadic Colors of #fdbe4a

#fdbe4a #4afdbe #be4afd

Analogous Colors of #fdbe4a

#fdbe4a #e3fd4a #fd654a

Monochromatic Colors of #fdbe4a

#fdbe4a

Complementary Color

#fdbe4a #4a89fd

#fdbe4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbe4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbe4a Color CSS Codes

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

#fdbe4a Text Font Color

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

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


#fdbe4a Background Color

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

This div background color is #fdbe4a


#fdbe4a Border Color

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

This div border color is #fdbe4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbe4a


Comments

No comments written yet.

Please login to write comment.