color codes Logo

#dbf50c color codes

#DBF50C
(219,245,12)
0 Favorites   0 Comments

Color spaces of #dbf50c

RGB 21924512
HSL0.190.920.50
HSV67°95°96°
CMYK 0.110.000.95   0.04
XYZ61.932280.391412.6008
Yxy80.39140.39980.5189
Hunter Lab89.6613-33.610954.4304
CIE-Lab91.8602-31.441088.5022

#dbf50c color RGB value is (219,245,12).

#dbf50c hex color red value is 219, green value is 245 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #dbf50c hue: 0.19 , saturation: 0.92 and the lightness value of dbf50c is 0.50.

The process color (four color CMYK) of #dbf50c color code is 0.11, 0.00, 0.95, 0.04. Web safe color of #dbf50c is #ccff00. Color #dbf50c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110101 00001100
Octal 333 365 14
Decimal 219 245 12
Hex DB F5 C

RGB Percentages of Color #dbf50c

%46.01
%51.47
%2.52

CMYK Percentages of Color #dbf50c

%11
%0
%95
%4

Triadic Colors of #dbf50c

#dbf50c #0cdbf5 #f50cdb

Analogous Colors of #dbf50c

#dbf50c #67f50c #f59b0c

Monochromatic Colors of #dbf50c

#dbf50c

Complementary Color

#dbf50c #260cf5

#dbf50c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf50c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf50c Color CSS Codes

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

#dbf50c Text Font Color

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

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


#dbf50c Background Color

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

This div background color is #dbf50c


#dbf50c Border Color

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

This div border color is #dbf50c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf50c


Comments

No comments written yet.

Please login to write comment.