color codes Logo

#dbe64f color codes

#DBE64F
(219,230,79)
0 Favorites   0 Comments

Color spaces of #dbe64f

RGB 21923079
HSL0.180.750.61
HSV64°66°90°
CMYK 0.050.000.66   0.10
XYZ58.921572.218218.2312
Yxy72.21820.39450.4835
Hunter Lab84.9813-24.954946.7673
CIE-Lab88.0735-22.260269.2032

#dbe64f color RGB value is (219,230,79).

#dbe64f hex color red value is 219, green value is 230 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #dbe64f hue: 0.18 , saturation: 0.75 and the lightness value of dbe64f is 0.61.

The process color (four color CMYK) of #dbe64f color code is 0.05, 0.00, 0.66, 0.10. Web safe color of #dbe64f is #ccff66. Color #dbe64f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100110 01001111
Octal 333 346 117
Decimal 219 230 79
Hex DB E6 4F

RGB Percentages of Color #dbe64f

%41.48
%43.56
%14.96

CMYK Percentages of Color #dbe64f

%5
%0
%66
%10

Triadic Colors of #dbe64f

#dbe64f #4fdbe6 #e64fdb

Analogous Colors of #dbe64f

#dbe64f #90e64f #e6a64f

Monochromatic Colors of #dbe64f

#dbe64f

Complementary Color

#dbe64f #5a4fe6

#dbe64f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe64f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe64f Color CSS Codes

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

#dbe64f Text Font Color

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

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


#dbe64f Background Color

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

This div background color is #dbe64f


#dbe64f Border Color

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

This div border color is #dbe64f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe64f


Comments

No comments written yet.

Please login to write comment.