Color Hex Logo

#faeb33 Color Hex

#FAEB33
(250,235,51)
0 Favorites   0 Comments

Color spaces of #faeb33

RGB 25023551
HSL0.150.950.59
HSV55°80°98°
CMYK 0.000.060.80   0.02
XYZ69.730279.979714.8944
Yxy79.97970.42360.4859
Hunter Lab89.4314-17.327352.7275
CIE-Lab91.6758-13.167182.5971

#faeb33 color RGB value is (250,235,51).

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

The process color (four color CMYK) of #faeb33 color hex is 0.00, 0.06, 0.80, 0.02. Web safe color of #faeb33 is #ffff33. Color #faeb33 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101011 00110011
Octal 372 353 63
Decimal 250 235 51
Hex FA EB 33

RGB Percentages of Color #faeb33

%46.64
%43.84
%9.51

CMYK Percentages of Color #faeb33

%0
%6
%80
%2

Triadic Colors of #faeb33

#faeb33 #33faeb #eb33fa

Analogous Colors of #faeb33

#faeb33 #a6fa33 #fa8833

Monochromatic Colors of #faeb33

#faeb33

Complementary Color

#faeb33 #3342fa

#faeb33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeb33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeb33 Color CSS Codes

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

#faeb33 Text Font Color

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

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


#faeb33 Background Color

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

This div background color is #faeb33


#faeb33 Border Color

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

This div border color is #faeb33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeb33

Related Colors


Comments

No comments written yet.

Please login to write comment.