Color Hex Logo

#fad22b Color Hex

#FAD22B
(250,210,43)
0 Favorites   0 Comments

Color spaces of #fad22b

RGB 25021043
HSL0.130.950.57
HSV48°83°98°
CMYK 0.000.160.83   0.02
XYZ62.907066.591611.8234
Yxy66.59160.44510.4712
Hunter Lab81.6037-5.203648.5322
CIE-Lab85.2973-0.890179.2339

#fad22b color RGB value is (250,210,43).

#fad22b hex color red value is 250, green value is 210 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #fad22b hue: 0.13 , saturation: 0.95 and the lightness value of fad22b is 0.57.

The process color (four color CMYK) of #fad22b color hex is 0.00, 0.16, 0.83, 0.02. Web safe color of #fad22b is #ffcc33. Color #fad22b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010010 00101011
Octal 372 322 53
Decimal 250 210 43
Hex FA D2 2B

RGB Percentages of Color #fad22b

%49.70
%41.75
%8.55

CMYK Percentages of Color #fad22b

%0
%16
%83
%2

Triadic Colors of #fad22b

#fad22b #2bfad2 #d22bfa

Analogous Colors of #fad22b

#fad22b #bbfa2b #fa6b2b

Monochromatic Colors of #fad22b

#fad22b

Complementary Color

#fad22b #2b53fa

#fad22b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad22b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad22b Color CSS Codes

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

#fad22b Text Font Color

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

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


#fad22b Background Color

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

This div background color is #fad22b


#fad22b Border Color

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

This div border color is #fad22b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad22b

Related Colors


Comments

No comments written yet.

Please login to write comment.