Color Hex Logo

#fbda36 Color Hex

#FBDA36
(251,218,54)
0 Favorites   0 Comments

Color spaces of #fbda36

RGB 25121854
HSL0.140.960.60
HSV50°78°98°
CMYK 0.000.130.78   0.02
XYZ65.520970.918413.7253
Yxy70.91840.43630.4723
Hunter Lab84.2131-8.493249.2859
CIE-Lab87.4453-4.195578.0734

#fbda36 color RGB value is (251,218,54).

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

The process color (four color CMYK) of #fbda36 color hex is 0.00, 0.13, 0.78, 0.02. Web safe color of #fbda36 is #ffcc33. Color #fbda36 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011010 00110110
Octal 373 332 66
Decimal 251 218 54
Hex FB DA 36

RGB Percentages of Color #fbda36

%47.99
%41.68
%10.33

CMYK Percentages of Color #fbda36

%0
%13
%78
%2

Triadic Colors of #fbda36

#fbda36 #36fbda #da36fb

Analogous Colors of #fbda36

#fbda36 #bafb36 #fb7836

Monochromatic Colors of #fbda36

#fbda36

Complementary Color

#fbda36 #3657fb

#fbda36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbda36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbda36 Color CSS Codes

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

#fbda36 Text Font Color

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

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


#fbda36 Background Color

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

This div background color is #fbda36


#fbda36 Border Color

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

This div border color is #fbda36


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbda36


Comments

No comments written yet.

Please login to write comment.