Color Hex Logo

#faee35 Color Hex

#FAEE35
(250,238,53)
0 Favorites   0 Comments

Color spaces of #faee35

RGB 25023853
HSL0.160.950.59
HSV56°79°98°
CMYK 0.000.050.79   0.02
XYZ70.641581.730115.4204
Yxy81.73010.42100.4871
Hunter Lab90.4047-18.729853.1701
CIE-Lab92.4556-14.572582.7426

#faee35 color RGB value is (250,238,53).

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

The process color (four color CMYK) of #faee35 color hex is 0.00, 0.05, 0.79, 0.02. Web safe color of #faee35 is #ffff33. Color #faee35 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101110 00110101
Octal 372 356 65
Decimal 250 238 53
Hex FA EE 35

RGB Percentages of Color #faee35

%46.21
%43.99
%9.80

CMYK Percentages of Color #faee35

%0
%5
%79
%2

Triadic Colors of #faee35

#faee35 #35faee #ee35fa

Analogous Colors of #faee35

#faee35 #a4fa35 #fa8c35

Monochromatic Colors of #faee35

#faee35

Complementary Color

#faee35 #3541fa

#faee35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faee35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faee35 Color CSS Codes

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

#faee35 Text Font Color

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

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


#faee35 Background Color

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

This div background color is #faee35


#faee35 Border Color

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

This div border color is #faee35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faee35


Comments

No comments written yet.

Please login to write comment.