Color Hex Logo

#faef26 Color Hex

#FAEF26
(250,239,38)
0 Favorites   0 Comments

Color spaces of #faef26

RGB 25023938
HSL0.160.950.56
HSV57°85°98°
CMYK 0.000.040.85   0.02
XYZ70.640782.196913.9762
Yxy82.19690.42350.4927
Hunter Lab90.6625-19.579154.3238
CIE-Lab92.6617-15.462586.4597

#faef26 color RGB value is (250,239,38).

#faef26 hex color red value is 250, green value is 239 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #faef26 hue: 0.16 , saturation: 0.95 and the lightness value of faef26 is 0.56.

The process color (four color CMYK) of #faef26 color hex is 0.00, 0.04, 0.85, 0.02. Web safe color of #faef26 is #ffff33. Color #faef26 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101111 00100110
Octal 372 357 46
Decimal 250 239 38
Hex FA EF 26

RGB Percentages of Color #faef26

%47.44
%45.35
%7.21

CMYK Percentages of Color #faef26

%0
%4
%85
%2

Triadic Colors of #faef26

#faef26 #26faef #ef26fa

Analogous Colors of #faef26

#faef26 #9bfa26 #fa8526

Monochromatic Colors of #faef26

#faef26

Complementary Color

#faef26 #2631fa

#faef26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faef26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faef26 Color CSS Codes

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

#faef26 Text Font Color

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

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


#faef26 Background Color

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

This div background color is #faef26


#faef26 Border Color

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

This div border color is #faef26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faef26

Related Colors


Comments

No comments written yet.

Please login to write comment.