Color Hex Logo

#fbdc61 Color Hex

#FBDC61
(251,220,97)
0 Favorites   0 Comments

Color spaces of #fbdc61

RGB 25122097
HSL0.130.950.68
HSV48°61°98°
CMYK 0.000.120.61   0.02
XYZ67.534572.558721.7550
Yxy72.55870.41730.4483
Hunter Lab85.1814-7.547044.4845
CIE-Lab88.2368-3.127962.7966

#fbdc61 color RGB value is (251,220,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011100 01100001
Octal 373 334 141
Decimal 251 220 97
Hex FB DC 61

RGB Percentages of Color #fbdc61

%44.19
%38.73
%17.08

CMYK Percentages of Color #fbdc61

%0
%12
%61
%2

Triadic Colors of #fbdc61

#fbdc61 #61fbdc #dc61fb

Analogous Colors of #fbdc61

#fbdc61 #cdfb61 #fb8f61

Monochromatic Colors of #fbdc61

#fbdc61

Complementary Color

#fbdc61 #6180fb

#fbdc61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdc61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdc61 Color CSS Codes

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

#fbdc61 Text Font Color

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

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


#fbdc61 Background Color

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

This div background color is #fbdc61


#fbdc61 Border Color

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

This div border color is #fbdc61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdc61

Related Colors


Comments

No comments written yet.

Please login to write comment.