Color Hex Logo

#fada3d Color Hex

#FADA3D
(250,218,61)
0 Favorites   0 Comments

Color spaces of #fada3d

RGB 25021861
HSL0.140.950.61
HSV50°76°98°
CMYK 0.000.130.76   0.02
XYZ65.338070.803714.6377
Yxy70.80370.43330.4696
Hunter Lab84.1449-8.649548.5875
CIE-Lab87.3895-4.366475.8026

#fada3d color RGB value is (250,218,61).

#fada3d hex color red value is 250, green value is 218 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #fada3d hue: 0.14 , saturation: 0.95 and the lightness value of fada3d is 0.61.

The process color (four color CMYK) of #fada3d color hex is 0.00, 0.13, 0.76, 0.02. Web safe color of #fada3d is #ffcc33. Color #fada3d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011010 00111101
Octal 372 332 75
Decimal 250 218 61
Hex FA DA 3D

RGB Percentages of Color #fada3d

%47.26
%41.21
%11.53

CMYK Percentages of Color #fada3d

%0
%13
%76
%2

Triadic Colors of #fada3d

#fada3d #3dfada #da3dfa

Analogous Colors of #fada3d

#fada3d #bcfa3d #fa7c3d

Monochromatic Colors of #fada3d

#fada3d

Complementary Color

#fada3d #3d5dfa

#fada3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fada3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fada3d Color CSS Codes

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

#fada3d Text Font Color

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

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


#fada3d Background Color

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

This div background color is #fada3d


#fada3d Border Color

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

This div border color is #fada3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fada3d

Related Colors


Comments

No comments written yet.

Please login to write comment.