Color Hex Logo

#fbdc04 Color Hex

#FBDC04
(251,220,4)
0 Favorites   0 Comments

Color spaces of #fbdc04

RGB 2512204
HSL0.150.970.50
HSV52°98°98°
CMYK 0.000.120.98   0.02
XYZ65.398871.704410.5083
Yxy71.70440.44300.4858
Hunter Lab84.6785-10.328351.9172
CIE-Lab87.8261-6.111387.2715

#fbdc04 color RGB value is (251,220,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011100 00000100
Octal 373 334 4
Decimal 251 220 4
Hex FB DC 4

RGB Percentages of Color #fbdc04

%52.84
%46.32
%0.84

CMYK Percentages of Color #fbdc04

%0
%12
%98
%2

Triadic Colors of #fbdc04

#fbdc04 #04fbdc #dc04fb

Analogous Colors of #fbdc04

#fbdc04 #9ffb04 #fb6004

Monochromatic Colors of #fbdc04

#fbdc04

Complementary Color

#fbdc04 #0423fb

#fbdc04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdc04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdc04 Color CSS Codes

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

#fbdc04 Text Font Color

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

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


#fbdc04 Background Color

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

This div background color is #fbdc04


#fbdc04 Border Color

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

This div border color is #fbdc04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdc04


Comments

No comments written yet.

Please login to write comment.