color codes Logo

#dbf003 color codes

#DBF003
(219,240,3)
0 Favorites   0 Comments

Color spaces of #dbf003

RGB 2192403
HSL0.180.980.48
HSV65°99°94°
CMYK 0.090.000.99   0.06
XYZ60.389977.386811.8404
Yxy77.38680.40360.5172
Hunter Lab87.9698-31.409653.5986
CIE-Lab90.4993-29.203888.1572

#dbf003 color RGB value is (219,240,3).

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

The process color (four color CMYK) of #dbf003 color code is 0.09, 0.00, 0.99, 0.06. Web safe color of #dbf003 is #ccff00. Color #dbf003 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110000 00000011
Octal 333 360 3
Decimal 219 240 3
Hex DB F0 3

RGB Percentages of Color #dbf003

%47.40
%51.95
%0.65

CMYK Percentages of Color #dbf003

%9
%0
%99
%6

Triadic Colors of #dbf003

#dbf003 #03dbf0 #f003db

Analogous Colors of #dbf003

#dbf003 #65f003 #f08f03

Monochromatic Colors of #dbf003

#dbf003

Complementary Color

#dbf003 #1803f0

#dbf003 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf003 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf003 Color CSS Codes

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

#dbf003 Text Font Color

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

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


#dbf003 Background Color

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

This div background color is #dbf003


#dbf003 Border Color

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

This div border color is #dbf003


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf003


Comments

No comments written yet.

Please login to write comment.