Color Hex Logo

#fbda12 Color Hex

#FBDA12
(251,218,18)
0 Favorites   0 Comments

Color spaces of #fbda12

RGB 25121818
HSL0.140.970.53
HSV52°93°98°
CMYK 0.000.130.93   0.02
XYZ64.964270.695710.7939
Yxy70.69570.44360.4827
Hunter Lab84.0807-9.224951.2451
CIE-Lab87.3370-4.982885.6044

#fbda12 color RGB value is (251,218,18).

#fbda12 hex color red value is 251, green value is 218 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #fbda12 hue: 0.14 , saturation: 0.97 and the lightness value of fbda12 is 0.53.

The process color (four color CMYK) of #fbda12 color hex is 0.00, 0.13, 0.93, 0.02. Web safe color of #fbda12 is #ffcc00. Color #fbda12 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011010 00010010
Octal 373 332 22
Decimal 251 218 18
Hex FB DA 12

RGB Percentages of Color #fbda12

%51.54
%44.76
%3.70

CMYK Percentages of Color #fbda12

%0
%13
%93
%2

Triadic Colors of #fbda12

#fbda12 #12fbda #da12fb

Analogous Colors of #fbda12

#fbda12 #a8fb12 #fb6612

Monochromatic Colors of #fbda12

#fbda12

Complementary Color

#fbda12 #1233fb

#fbda12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbda12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbda12 Color CSS Codes

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

#fbda12 Text Font Color

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

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


#fbda12 Background Color

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

This div background color is #fbda12


#fbda12 Border Color

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

This div border color is #fbda12


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,218,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fbda12; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fbda12;
  -webkit-box-shadow: 1px 1px 3px 2px #fbda12;
  box-shadow:         1px 1px 3px 2px #fbda12; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,218,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbda12


Comments

No comments written yet.

Please login to write comment.