Color Hex Logo

#dbf168 Color Hex

#DBF168
(219,241,104)
0 Favorites   0 Comments

Color spaces of #dbf168

RGB 219241104
HSL0.190.830.68
HSV70°57°95°
CMYK 0.090.000.57   0.05
XYZ63.167478.970125.0102
Yxy78.97010.37790.4725
Hunter Lab88.8651-28.632045.5190
CIE-Lab91.2208-25.822062.3785

#dbf168 color RGB value is (219,241,104).

#dbf168 hex color red value is 219, green value is 241 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #dbf168 hue: 0.19 , saturation: 0.83 and the lightness value of dbf168 is 0.68.

The process color (four color CMYK) of #dbf168 color hex is 0.09, 0.00, 0.57, 0.05. Web safe color of #dbf168 is #ccff66. Color #dbf168 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110001 01101000
Octal 333 361 150
Decimal 219 241 104
Hex DB F1 68

RGB Percentages of Color #dbf168

%38.83
%42.73
%18.44

CMYK Percentages of Color #dbf168

%9
%0
%57
%5

Triadic Colors of #dbf168

#dbf168 #68dbf1 #f168db

Analogous Colors of #dbf168

#dbf168 #97f168 #f1c368

Monochromatic Colors of #dbf168

#dbf168

Complementary Color

#dbf168 #7e68f1

#dbf168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf168 Color CSS Codes

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

#dbf168 Text Font Color

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

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


#dbf168 Background Color

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

This div background color is #dbf168


#dbf168 Border Color

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

This div border color is #dbf168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf168


Comments

No comments written yet.

Please login to write comment.