Color Hex Logo

#fbdc73 Color Hex

#FBDC73
(251,220,115)
0 Favorites   0 Comments

Color spaces of #fbdc73

RGB 251220115
HSL0.130.940.72
HSV46°54°98°
CMYK 0.000.120.54   0.02
XYZ68.471472.933426.6884
Yxy72.93340.40730.4339
Hunter Lab85.4011-6.337241.2522
CIE-Lab88.4159-1.846354.8621

#fbdc73 color RGB value is (251,220,115).

#fbdc73 hex color red value is 251, green value is 220 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #fbdc73 hue: 0.13 , saturation: 0.94 and the lightness value of fbdc73 is 0.72.

The process color (four color CMYK) of #fbdc73 color hex is 0.00, 0.12, 0.54, 0.02. Web safe color of #fbdc73 is #ffcc66. Color #fbdc73 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011100 01110011
Octal 373 334 163
Decimal 251 220 115
Hex FB DC 73

RGB Percentages of Color #fbdc73

%42.83
%37.54
%19.62

CMYK Percentages of Color #fbdc73

%0
%12
%54
%2

Triadic Colors of #fbdc73

#fbdc73 #73fbdc #dc73fb

Analogous Colors of #fbdc73

#fbdc73 #d6fb73 #fb9873

Monochromatic Colors of #fbdc73

#fbdc73

Complementary Color

#fbdc73 #7392fb

#fbdc73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdc73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdc73 Color CSS Codes

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

#fbdc73 Text Font Color

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

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


#fbdc73 Background Color

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

This div background color is #fbdc73


#fbdc73 Border Color

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

This div border color is #fbdc73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdc73

Related Colors


Comments

No comments written yet.

Please login to write comment.