Color Hex Logo

#fbdc49 Color Hex

#FBDC49
(251,220,73)
0 Favorites   0 Comments

Color spaces of #fbdc49

RGB 25122073
HSL0.140.960.64
HSV50°71°98°
CMYK 0.000.120.71   0.02
XYZ66.579572.176716.7257
Yxy72.17670.42820.4642
Hunter Lab84.9569-8.786647.7972
CIE-Lab88.0536-4.451272.2907

#fbdc49 color RGB value is (251,220,73).

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

The process color (four color CMYK) of #fbdc49 color hex is 0.00, 0.12, 0.71, 0.02. Web safe color of #fbdc49 is #ffcc33. Color #fbdc49 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011100 01001001
Octal 373 334 111
Decimal 251 220 73
Hex FB DC 49

RGB Percentages of Color #fbdc49

%46.14
%40.44
%13.42

CMYK Percentages of Color #fbdc49

%0
%12
%71
%2

Triadic Colors of #fbdc49

#fbdc49 #49fbdc #dc49fb

Analogous Colors of #fbdc49

#fbdc49 #c1fb49 #fb8349

Monochromatic Colors of #fbdc49

#fbdc49

Complementary Color

#fbdc49 #4968fb

#fbdc49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdc49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdc49 Color CSS Codes

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

#fbdc49 Text Font Color

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

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


#fbdc49 Background Color

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

This div background color is #fbdc49


#fbdc49 Border Color

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

This div border color is #fbdc49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdc49


Comments

No comments written yet.

Please login to write comment.