Color Hex Logo

#fbdd67 Color Hex

#FBDD67
(251,221,103)
0 Favorites   0 Comments

Color spaces of #fbdd67

RGB 251221103
HSL0.130.950.69
HSV48°59°98°
CMYK 0.000.120.59   0.02
XYZ68.088373.201423.3726
Yxy73.20140.41350.4446
Hunter Lab85.5578-7.673043.6937
CIE-Lab88.5437-3.234460.4968

#fbdd67 color RGB value is (251,221,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011101 01100111
Octal 373 335 147
Decimal 251 221 103
Hex FB DD 67

RGB Percentages of Color #fbdd67

%43.65
%38.43
%17.91

CMYK Percentages of Color #fbdd67

%0
%12
%59
%2

Triadic Colors of #fbdd67

#fbdd67 #67fbdd #dd67fb

Analogous Colors of #fbdd67

#fbdd67 #cffb67 #fb9367

Monochromatic Colors of #fbdd67

#fbdd67

Complementary Color

#fbdd67 #6785fb

#fbdd67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdd67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdd67 Color CSS Codes

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

#fbdd67 Text Font Color

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

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


#fbdd67 Background Color

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

This div background color is #fbdd67


#fbdd67 Border Color

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

This div border color is #fbdd67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdd67

Related Colors


Comments

No comments written yet.

Please login to write comment.