Color Hex Logo

#dbfb01 Color Hex

#DBFB01
(219,251,1)
0 Favorites   0 Comments

Color spaces of #dbfb01

RGB 2192511
HSL0.190.990.49
HSV68°100°98°
CMYK 0.130.001.00   0.02
XYZ63.716184.056612.8951
Yxy84.05660.39660.5232
Hunter Lab91.6824-36.392855.8385
CIE-Lab93.4751-34.279190.5335

#dbfb01 color RGB value is (219,251,1).

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

The process color (four color CMYK) of #dbfb01 color hex is 0.13, 0.00, 1.00, 0.02. Web safe color of #dbfb01 is #ccff00. Color #dbfb01 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111011 00000001
Octal 333 373 1
Decimal 219 251 1
Hex DB FB 1

RGB Percentages of Color #dbfb01

%46.50
%53.29
%0.21

CMYK Percentages of Color #dbfb01

%13
%0
%100
%2

Triadic Colors of #dbfb01

#dbfb01 #01dbfb #fb01db

Analogous Colors of #dbfb01

#dbfb01 #5efb01 #fb9e01

Monochromatic Colors of #dbfb01

#dbfb01

Complementary Color

#dbfb01 #2101fb

#dbfb01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfb01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfb01 Color CSS Codes

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

#dbfb01 Text Font Color

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

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


#dbfb01 Background Color

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

This div background color is #dbfb01


#dbfb01 Border Color

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

This div border color is #dbfb01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfb01


Comments

No comments written yet.

Please login to write comment.