Color Hex Logo

#fbda42 Color Hex

#FBDA42
(251,218,66)
0 Favorites   0 Comments

Color spaces of #fbda42

RGB 25121866
HSL0.140.960.62
HSV49°74°98°
CMYK 0.000.130.74   0.02
XYZ65.838471.045415.3973
Yxy71.04540.43230.4665
Hunter Lab84.2884-8.076948.1712
CIE-Lab87.5071-3.749374.2627

#fbda42 color RGB value is (251,218,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011010 01000010
Octal 373 332 102
Decimal 251 218 66
Hex FB DA 42

RGB Percentages of Color #fbda42

%46.92
%40.75
%12.34

CMYK Percentages of Color #fbda42

%0
%13
%74
%2

Triadic Colors of #fbda42

#fbda42 #42fbda #da42fb

Analogous Colors of #fbda42

#fbda42 #c0fb42 #fb7e42

Monochromatic Colors of #fbda42

#fbda42

Complementary Color

#fbda42 #4263fb

#fbda42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbda42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbda42 Color CSS Codes

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

#fbda42 Text Font Color

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

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


#fbda42 Background Color

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

This div background color is #fbda42


#fbda42 Border Color

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

This div border color is #fbda42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbda42

Related Colors


Comments

No comments written yet.

Please login to write comment.