Color Hex Logo

#fadb43 Color Hex

#FADB43
(250,219,67)
0 Favorites   0 Comments

Color spaces of #fadb43

RGB 25021967
HSL0.140.950.62
HSV50°73°98°
CMYK 0.000.120.73   0.02
XYZ65.769071.392315.6239
Yxy71.39230.43050.4673
Hunter Lab84.4940-8.922448.1824
CIE-Lab87.6753-4.629774.0441

#fadb43 color RGB value is (250,219,67).

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

The process color (four color CMYK) of #fadb43 color hex is 0.00, 0.12, 0.73, 0.02. Web safe color of #fadb43 is #ffcc33. Color #fadb43 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011011 01000011
Octal 372 333 103
Decimal 250 219 67
Hex FA DB 43

RGB Percentages of Color #fadb43

%46.64
%40.86
%12.50

CMYK Percentages of Color #fadb43

%0
%12
%73
%2

Triadic Colors of #fadb43

#fadb43 #43fadb #db43fa

Analogous Colors of #fadb43

#fadb43 #befa43 #fa8043

Monochromatic Colors of #fadb43

#fadb43

Complementary Color

#fadb43 #4362fa

#fadb43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadb43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadb43 Color CSS Codes

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

#fadb43 Text Font Color

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

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


#fadb43 Background Color

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

This div background color is #fadb43


#fadb43 Border Color

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

This div border color is #fadb43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadb43


Comments

No comments written yet.

Please login to write comment.