Color Hex Logo

#fafd2c Color Hex

#FAFD2C
(250,253,44)
0 Favorites   0 Comments

Color spaces of #fafd2c

RGB 25025344
HSL0.170.980.58
HSV61°83°99°
CMYK 0.010.000.83   0.01
XYZ75.004290.756415.9475
Yxy90.75640.41280.4995
Hunter Lab95.2662-26.180656.7612
CIE-Lab96.3097-22.046888.2130

#fafd2c color RGB value is (250,253,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111101 00101100
Octal 372 375 54
Decimal 250 253 44
Hex FA FD 2C

RGB Percentages of Color #fafd2c

%45.70
%46.25
%8.04

CMYK Percentages of Color #fafd2c

%1
%0
%83
%1

Triadic Colors of #fafd2c

#fafd2c #2cfafd #fd2cfa

Analogous Colors of #fafd2c

#fafd2c #92fd2c #fd982c

Monochromatic Colors of #fafd2c

#fafd2c

Complementary Color

#fafd2c #2f2cfd

#fafd2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafd2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafd2c Color CSS Codes

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

#fafd2c Text Font Color

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

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


#fafd2c Background Color

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

This div background color is #fafd2c


#fafd2c Border Color

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

This div border color is #fafd2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafd2c

Related Colors


Comments

No comments written yet.

Please login to write comment.