Color Hex Logo

#dbf903 Color Hex

#DBF903
(219,249,3)
0 Favorites   0 Comments

Color spaces of #dbf903

RGB 2192493
HSL0.190.980.49
HSV67°99°98°
CMYK 0.120.000.99   0.02
XYZ63.105582.818012.7456
Yxy82.81800.39770.5220
Hunter Lab91.0044-35.479855.3992
CIE-Lab92.9347-33.352289.9829

#dbf903 color RGB value is (219,249,3).

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

The process color (four color CMYK) of #dbf903 color hex is 0.12, 0.00, 0.99, 0.02. Web safe color of #dbf903 is #ccff00. Color #dbf903 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111001 00000011
Octal 333 371 3
Decimal 219 249 3
Hex DB F9 3

RGB Percentages of Color #dbf903

%46.50
%52.87
%0.64

CMYK Percentages of Color #dbf903

%12
%0
%99
%2

Triadic Colors of #dbf903

#dbf903 #03dbf9 #f903db

Analogous Colors of #dbf903

#dbf903 #60f903 #f99c03

Monochromatic Colors of #dbf903

#dbf903

Complementary Color

#dbf903 #2103f9

#dbf903 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf903 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf903 Color CSS Codes

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

#dbf903 Text Font Color

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

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


#dbf903 Background Color

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

This div background color is #dbf903


#dbf903 Border Color

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

This div border color is #dbf903


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf903


Comments

No comments written yet.

Please login to write comment.