Color Hex Logo

#fadb53 Color Hex

#FADB53
(250,219,83)
0 Favorites   0 Comments

Color spaces of #fadb53

RGB 25021983
HSL0.140.940.65
HSV49°67°98°
CMYK 0.000.120.67   0.02
XYZ66.317271.611618.5107
Yxy71.61160.42390.4578
Hunter Lab84.6236-8.205946.2674
CIE-Lab87.7813-3.861568.1389

#fadb53 color RGB value is (250,219,83).

#fadb53 hex color red value is 250, green value is 219 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #fadb53 hue: 0.14 , saturation: 0.94 and the lightness value of fadb53 is 0.65.

The process color (four color CMYK) of #fadb53 color hex is 0.00, 0.12, 0.67, 0.02. Web safe color of #fadb53 is #ffcc66. Color #fadb53 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011011 01010011
Octal 372 333 123
Decimal 250 219 83
Hex FA DB 53

RGB Percentages of Color #fadb53

%45.29
%39.67
%15.04

CMYK Percentages of Color #fadb53

%0
%12
%67
%2

Triadic Colors of #fadb53

#fadb53 #53fadb #db53fa

Analogous Colors of #fadb53

#fadb53 #c6fa53 #fa8853

Monochromatic Colors of #fadb53

#fadb53

Complementary Color

#fadb53 #5372fa

#fadb53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadb53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadb53 Color CSS Codes

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

#fadb53 Text Font Color

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

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


#fadb53 Background Color

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

This div background color is #fadb53


#fadb53 Border Color

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

This div border color is #fadb53


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(250,219,83, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fadb53; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fadb53;
  -webkit-box-shadow: 1px 1px 3px 2px #fadb53;
  box-shadow:         1px 1px 3px 2px #fadb53; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,219,83, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadb53


Comments

No comments written yet.

Please login to write comment.