Color Hex Logo

#fbdb61 Color Hex

#FBDB61
(251,219,97)
0 Favorites   0 Comments

Color spaces of #fbdb61

RGB 25121997
HSL0.130.950.68
HSV48°61°98°
CMYK 0.000.130.61   0.02
XYZ67.272872.035321.6678
Yxy72.03530.41790.4475
Hunter Lab84.8736-7.045644.2751
CIE-Lab87.9856-2.622162.5199

#fbdb61 color RGB value is (251,219,97).

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

The process color (four color CMYK) of #fbdb61 color hex is 0.00, 0.13, 0.61, 0.02. Web safe color of #fbdb61 is #ffcc66. Color #fbdb61 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011011 01100001
Octal 373 333 141
Decimal 251 219 97
Hex FB DB 61

RGB Percentages of Color #fbdb61

%44.27
%38.62
%17.11

CMYK Percentages of Color #fbdb61

%0
%13
%61
%2

Triadic Colors of #fbdb61

#fbdb61 #61fbdb #db61fb

Analogous Colors of #fbdb61

#fbdb61 #cefb61 #fb8e61

Monochromatic Colors of #fbdb61

#fbdb61

Complementary Color

#fbdb61 #6181fb

#fbdb61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdb61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdb61 Color CSS Codes

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

#fbdb61 Text Font Color

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

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


#fbdb61 Background Color

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

This div background color is #fbdb61


#fbdb61 Border Color

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

This div border color is #fbdb61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdb61


Comments

No comments written yet.

Please login to write comment.