Color Hex Logo

#dbe67f Color Hex

#DBE67F
(219,230,127)
0 Favorites   0 Comments

Color spaces of #dbe67f

RGB 219230127
HSL0.180.670.70
HSV66°45°90°
CMYK 0.050.000.45   0.10
XYZ61.341073.186030.9720
Yxy73.18600.37060.4422
Hunter Lab85.5488-21.720738.4189
CIE-Lab88.5363-18.497848.7026

#dbe67f color RGB value is (219,230,127).

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

The process color (four color CMYK) of #dbe67f color hex is 0.05, 0.00, 0.45, 0.10. Web safe color of #dbe67f is #ccff66. Color #dbe67f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100110 01111111
Octal 333 346 177
Decimal 219 230 127
Hex DB E6 7F

RGB Percentages of Color #dbe67f

%38.02
%39.93
%22.05

CMYK Percentages of Color #dbe67f

%5
%0
%45
%10

Triadic Colors of #dbe67f

#dbe67f #7fdbe6 #e67fdb

Analogous Colors of #dbe67f

#dbe67f #a8e67f #e6be7f

Monochromatic Colors of #dbe67f

#dbe67f

Complementary Color

#dbe67f #8a7fe6

#dbe67f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe67f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe67f Color CSS Codes

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

#dbe67f Text Font Color

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

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


#dbe67f Background Color

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

This div background color is #dbe67f


#dbe67f Border Color

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

This div border color is #dbe67f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe67f


Comments

No comments written yet.

Please login to write comment.