Color Hex Logo

#fafd2b Color Hex

#FAFD2B
(250,253,43)
0 Favorites   0 Comments

Color spaces of #fafd2b

RGB 25025343
HSL0.170.980.58
HSV61°83°99°
CMYK 0.010.000.83   0.01
XYZ74.985790.749015.8496
Yxy90.74900.41300.4998
Hunter Lab95.2623-26.202756.8190
CIE-Lab96.3066-22.071688.4239

#fafd2b color RGB value is (250,253,43).

#fafd2b hex color red value is 250, green value is 253 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #fafd2b hue: 0.17 , saturation: 0.98 and the lightness value of fafd2b is 0.58.

The process color (four color CMYK) of #fafd2b color hex is 0.01, 0.00, 0.83, 0.01. Web safe color of #fafd2b is #ffff33. Color #fafd2b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111101 00101011
Octal 372 375 53
Decimal 250 253 43
Hex FA FD 2B

RGB Percentages of Color #fafd2b

%45.79
%46.34
%7.88

CMYK Percentages of Color #fafd2b

%1
%0
%83
%1

Triadic Colors of #fafd2b

#fafd2b #2bfafd #fd2bfa

Analogous Colors of #fafd2b

#fafd2b #91fd2b #fd972b

Monochromatic Colors of #fafd2b

#fafd2b

Complementary Color

#fafd2b #2e2bfd

#fafd2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafd2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafd2b Color CSS Codes

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

#fafd2b Text Font Color

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

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


#fafd2b Background Color

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

This div background color is #fafd2b


#fafd2b Border Color

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

This div border color is #fafd2b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,253,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 #fafd2b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafd2b

Related Colors


Comments

No comments written yet.

Please login to write comment.