Color Hex Logo

#fbda46 Color Hex

#FBDA46
(251,218,70)
0 Favorites   0 Comments

Color spaces of #fbda46

RGB 25121870
HSL0.140.960.63
HSV49°72°98°
CMYK 0.000.130.72   0.02
XYZ65.960671.094216.0404
Yxy71.09420.43080.4644
Hunter Lab84.3174-7.916747.7429
CIE-Lab87.5308-3.577872.8727

#fbda46 color RGB value is (251,218,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011010 01000110
Octal 373 332 106
Decimal 251 218 70
Hex FB DA 46

RGB Percentages of Color #fbda46

%46.57
%40.45
%12.99

CMYK Percentages of Color #fbda46

%0
%13
%72
%2

Triadic Colors of #fbda46

#fbda46 #46fbda #da46fb

Analogous Colors of #fbda46

#fbda46 #c2fb46 #fb8046

Monochromatic Colors of #fbda46

#fbda46

Complementary Color

#fbda46 #4667fb

#fbda46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbda46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbda46 Color CSS Codes

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

#fbda46 Text Font Color

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

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


#fbda46 Background Color

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

This div background color is #fbda46


#fbda46 Border Color

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

This div border color is #fbda46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbda46


Comments

No comments written yet.

Please login to write comment.