Color Hex Logo

#fabd08 Color Hex

#FABD08
(250,189,8)
0 Favorites   0 Comments

Color spaces of #fabd08

RGB 2501898
HSL0.120.960.51
HSV45°97°98°
CMYK 0.000.240.97   0.02
XYZ57.665856.73678.1417
Yxy56.73670.47060.4630
Hunter Lab75.32384.838146.3180
CIE-Lab80.03139.354381.3124

#fabd08 color RGB value is (250,189,8).

#fabd08 hex color red value is 250, green value is 189 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #fabd08 hue: 0.12 , saturation: 0.96 and the lightness value of fabd08 is 0.51.

The process color (four color CMYK) of #fabd08 color hex is 0.00, 0.24, 0.97, 0.02. Web safe color of #fabd08 is #ffcc00. Color #fabd08 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111101 00001000
Octal 372 275 10
Decimal 250 189 8
Hex FA BD 8

RGB Percentages of Color #fabd08

%55.93
%42.28
%1.79

CMYK Percentages of Color #fabd08

%0
%24
%97
%2

Triadic Colors of #fabd08

#fabd08 #08fabd #bd08fa

Analogous Colors of #fabd08

#fabd08 #befa08 #fa4408

Monochromatic Colors of #fabd08

#fabd08

Complementary Color

#fabd08 #0845fa

#fabd08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabd08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabd08 Color CSS Codes

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

#fabd08 Text Font Color

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

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


#fabd08 Background Color

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

This div background color is #fabd08


#fabd08 Border Color

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

This div border color is #fabd08


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabd08

Related Colors


Comments

No comments written yet.

Please login to write comment.