Color Hex Logo

#fbdd73 Color Hex

#FBDD73
(251,221,115)
0 Favorites   0 Comments

Color spaces of #fbdd73

RGB 251221115
HSL0.130.940.72
HSV47°54°98°
CMYK 0.000.120.54   0.02
XYZ68.734673.459926.7761
Yxy73.45990.40680.4347
Hunter Lab85.7088-6.841341.4735
CIE-Lab88.6666-2.353155.1573

#fbdd73 color RGB value is (251,221,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011101 01110011
Octal 373 335 163
Decimal 251 221 115
Hex FB DD 73

RGB Percentages of Color #fbdd73

%42.76
%37.65
%19.59

CMYK Percentages of Color #fbdd73

%0
%12
%54
%2

Triadic Colors of #fbdd73

#fbdd73 #73fbdd #dd73fb

Analogous Colors of #fbdd73

#fbdd73 #d5fb73 #fb9973

Monochromatic Colors of #fbdd73

#fbdd73

Complementary Color

#fbdd73 #7391fb

#fbdd73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdd73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdd73 Color CSS Codes

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

#fbdd73 Text Font Color

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

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


#fbdd73 Background Color

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

This div background color is #fbdd73


#fbdd73 Border Color

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

This div border color is #fbdd73


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,221,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 #fbdd73">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdd73


Comments

No comments written yet.

Please login to write comment.