Color Hex Logo

#faeb28 Color Hex

#FAEB28
(250,235,40)
0 Favorites   0 Comments

Color spaces of #faeb28

RGB 25023540
HSL0.150.950.57
HSV56°84°98°
CMYK 0.000.060.84   0.02
XYZ69.515779.893913.7647
Yxy79.89390.42600.4896
Hunter Lab89.3834-17.597053.4379
CIE-Lab91.6372-13.463985.2049

#faeb28 color RGB value is (250,235,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101011 00101000
Octal 372 353 50
Decimal 250 235 40
Hex FA EB 28

RGB Percentages of Color #faeb28

%47.62
%44.76
%7.62

CMYK Percentages of Color #faeb28

%0
%6
%84
%2

Triadic Colors of #faeb28

#faeb28 #28faeb #eb28fa

Analogous Colors of #faeb28

#faeb28 #a0fa28 #fa8228

Monochromatic Colors of #faeb28

#faeb28

Complementary Color

#faeb28 #2837fa

#faeb28 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeb28 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeb28 Color CSS Codes

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

#faeb28 Text Font Color

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

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


#faeb28 Background Color

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

This div background color is #faeb28


#faeb28 Border Color

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

This div border color is #faeb28


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeb28


Comments

No comments written yet.

Please login to write comment.