Color Hex Logo

#dbf067 Color Hex

#DBF067
(219,240,103)
0 Favorites   0 Comments

Color spaces of #dbf067

RGB 219240103
HSL0.190.820.67
HSV69°57°94°
CMYK 0.090.000.57   0.06
XYZ62.821778.359524.6458
Yxy78.35950.37880.4725
Hunter Lab88.5209-28.233345.4572
CIE-Lab90.9437-25.425262.4986

#dbf067 color RGB value is (219,240,103).

#dbf067 hex color red value is 219, green value is 240 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #dbf067 hue: 0.19 , saturation: 0.82 and the lightness value of dbf067 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110000 01100111
Octal 333 360 147
Decimal 219 240 103
Hex DB F0 67

RGB Percentages of Color #dbf067

%38.97
%42.70
%18.33

CMYK Percentages of Color #dbf067

%9
%0
%57
%6

Triadic Colors of #dbf067

#dbf067 #67dbf0 #f067db

Analogous Colors of #dbf067

#dbf067 #97f067 #f0c167

Monochromatic Colors of #dbf067

#dbf067

Complementary Color

#dbf067 #7c67f0

#dbf067 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf067 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf067 Color CSS Codes

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

#dbf067 Text Font Color

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

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


#dbf067 Background Color

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

This div background color is #dbf067


#dbf067 Border Color

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

This div border color is #dbf067


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf067


Comments

No comments written yet.

Please login to write comment.