Color Hex Logo

#fbdc13 Color Hex

#FBDC13
(251,220,19)
0 Favorites   0 Comments

Color spaces of #fbdc13

RGB 25122019
HSL0.140.970.53
HSV52°92°98°
CMYK 0.000.120.92   0.02
XYZ65.494471.742611.0119
Yxy71.74260.44180.4839
Hunter Lab84.7010-10.203051.5825
CIE-Lab87.8445-5.975885.8606

#fbdc13 color RGB value is (251,220,19).

#fbdc13 hex color red value is 251, green value is 220 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #fbdc13 hue: 0.14 , saturation: 0.97 and the lightness value of fbdc13 is 0.53.

The process color (four color CMYK) of #fbdc13 color hex is 0.00, 0.12, 0.92, 0.02. Web safe color of #fbdc13 is #ffcc00. Color #fbdc13 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011100 00010011
Octal 373 334 23
Decimal 251 220 19
Hex FB DC 13

RGB Percentages of Color #fbdc13

%51.22
%44.90
%3.88

CMYK Percentages of Color #fbdc13

%0
%12
%92
%2

Triadic Colors of #fbdc13

#fbdc13 #13fbdc #dc13fb

Analogous Colors of #fbdc13

#fbdc13 #a6fb13 #fb6813

Monochromatic Colors of #fbdc13

#fbdc13

Complementary Color

#fbdc13 #1332fb

#fbdc13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdc13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdc13 Color CSS Codes

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

#fbdc13 Text Font Color

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

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


#fbdc13 Background Color

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

This div background color is #fbdc13


#fbdc13 Border Color

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

This div border color is #fbdc13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdc13


Comments

No comments written yet.

Please login to write comment.