Color Hex Logo

#dbf012 Color Hex

#DBF012
(219,240,18)
0 Favorites   0 Comments

Color spaces of #dbf012

RGB 21924018
HSL0.180.880.51
HSV66°93°94°
CMYK 0.090.000.93   0.06
XYZ60.482777.423912.3288
Yxy77.42390.40260.5154
Hunter Lab87.9909-31.287653.2862
CIE-Lab90.5164-29.057186.8916

#dbf012 color RGB value is (219,240,18).

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

The process color (four color CMYK) of #dbf012 color hex is 0.09, 0.00, 0.93, 0.06. Web safe color of #dbf012 is #ccff00. Color #dbf012 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110000 00010010
Octal 333 360 22
Decimal 219 240 18
Hex DB F0 12

RGB Percentages of Color #dbf012

%45.91
%50.31
%3.77

CMYK Percentages of Color #dbf012

%9
%0
%93
%6

Triadic Colors of #dbf012

#dbf012 #12dbf0 #f012db

Analogous Colors of #dbf012

#dbf012 #6cf012 #f09612

Monochromatic Colors of #dbf012

#dbf012

Complementary Color

#dbf012 #2712f0

#dbf012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf012 Color CSS Codes

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

#dbf012 Text Font Color

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

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


#dbf012 Background Color

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

This div background color is #dbf012


#dbf012 Border Color

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

This div border color is #dbf012


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf012


Comments

No comments written yet.

Please login to write comment.