Color Hex Logo

#dbeb4f Color Hex

#DBEB4F
(219,235,79)
0 Favorites   0 Comments

Color spaces of #dbeb4f

RGB 21923579
HSL0.180.800.62
HSV66°66°92°
CMYK 0.070.000.66   0.08
XYZ60.333075.041218.7017
Yxy75.04120.39160.4870
Hunter Lab86.6263-27.275447.8383
CIE-Lab89.4123-24.653370.5712

#dbeb4f color RGB value is (219,235,79).

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

The process color (four color CMYK) of #dbeb4f color hex is 0.07, 0.00, 0.66, 0.08. Web safe color of #dbeb4f is #ccff66. Color #dbeb4f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101011 01001111
Octal 333 353 117
Decimal 219 235 79
Hex DB EB 4F

RGB Percentages of Color #dbeb4f

%41.09
%44.09
%14.82

CMYK Percentages of Color #dbeb4f

%7
%0
%66
%8

Triadic Colors of #dbeb4f

#dbeb4f #4fdbeb #eb4fdb

Analogous Colors of #dbeb4f

#dbeb4f #8deb4f #ebad4f

Monochromatic Colors of #dbeb4f

#dbeb4f

Complementary Color

#dbeb4f #5f4feb

#dbeb4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeb4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeb4f Color CSS Codes

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

#dbeb4f Text Font Color

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

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


#dbeb4f Background Color

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

This div background color is #dbeb4f


#dbeb4f Border Color

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

This div border color is #dbeb4f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,235,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 #dbeb4f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeb4f


Comments

No comments written yet.

Please login to write comment.