Color Hex Logo

#fafd27 Color Hex

#FAFD27
(250,253,39)
0 Favorites   0 Comments

Color spaces of #fafd27

RGB 25025339
HSL0.170.980.57
HSV61°85°99°
CMYK 0.010.000.85   0.01
XYZ74.915890.721015.4819
Yxy90.72100.41360.5009
Hunter Lab95.2476-26.286357.0361
CIE-Lab96.2950-22.165489.2240

#fafd27 color RGB value is (250,253,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111101 00100111
Octal 372 375 47
Decimal 250 253 39
Hex FA FD 27

RGB Percentages of Color #fafd27

%46.13
%46.68
%7.20

CMYK Percentages of Color #fafd27

%1
%0
%85
%1

Triadic Colors of #fafd27

#fafd27 #27fafd #fd27fa

Analogous Colors of #fafd27

#fafd27 #8ffd27 #fd9527

Monochromatic Colors of #fafd27

#fafd27

Complementary Color

#fafd27 #2a27fd

#fafd27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafd27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafd27 Color CSS Codes

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

#fafd27 Text Font Color

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

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


#fafd27 Background Color

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

This div background color is #fafd27


#fafd27 Border Color

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

This div border color is #fafd27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafd27

Related Colors


Comments

No comments written yet.

Please login to write comment.