Color Hex Logo

#faee34 Color Hex

#FAEE34
(250,238,52)
0 Favorites   0 Comments

Color spaces of #faee34

RGB 25023852
HSL0.160.950.59
HSV56°79°98°
CMYK 0.000.050.79   0.02
XYZ70.618781.721015.3005
Yxy81.72100.42130.4875
Hunter Lab90.3997-18.758253.2447
CIE-Lab92.4516-14.603983.0066

#faee34 color RGB value is (250,238,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101110 00110100
Octal 372 356 64
Decimal 250 238 52
Hex FA EE 34

RGB Percentages of Color #faee34

%46.30
%44.07
%9.63

CMYK Percentages of Color #faee34

%0
%5
%79
%2

Triadic Colors of #faee34

#faee34 #34faee #ee34fa

Analogous Colors of #faee34

#faee34 #a3fa34 #fa8b34

Monochromatic Colors of #faee34

#faee34

Complementary Color

#faee34 #3440fa

#faee34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faee34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faee34 Color CSS Codes

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

#faee34 Text Font Color

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

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


#faee34 Background Color

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

This div background color is #faee34


#faee34 Border Color

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

This div border color is #faee34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faee34


Comments

No comments written yet.

Please login to write comment.