Color Hex Logo

#fbde01 Color Hex

#FBDE01
(251,222,1)
0 Favorites   0 Comments

Color spaces of #fbde01

RGB 2512221
HSL0.150.990.49
HSV53°100°98°
CMYK 0.000.121.00   0.02
XYZ65.910472.754010.5978
Yxy72.75400.44160.4874
Hunter Lab85.2960-11.336352.3405
CIE-Lab88.3303-7.136387.8810

#fbde01 color RGB value is (251,222,1).

#fbde01 hex color red value is 251, green value is 222 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #fbde01 hue: 0.15 , saturation: 0.99 and the lightness value of fbde01 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011110 00000001
Octal 373 336 1
Decimal 251 222 1
Hex FB DE 1

RGB Percentages of Color #fbde01

%52.95
%46.84
%0.21

CMYK Percentages of Color #fbde01

%0
%12
%100
%2

Triadic Colors of #fbde01

#fbde01 #01fbde #de01fb

Analogous Colors of #fbde01

#fbde01 #9bfb01 #fb6101

Monochromatic Colors of #fbde01

#fbde01

Complementary Color

#fbde01 #011efb

#fbde01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbde01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbde01 Color CSS Codes

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

#fbde01 Text Font Color

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

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


#fbde01 Background Color

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

This div background color is #fbde01


#fbde01 Border Color

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

This div border color is #fbde01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbde01


Comments

No comments written yet.

Please login to write comment.