Color Hex Logo

#dbe869 Color Hex

#DBE869
(219,232,105)
0 Favorites   0 Comments

Color spaces of #dbe869

RGB 219232105
HSL0.180.730.66
HSV66°55°91°
CMYK 0.060.000.55   0.09
XYZ60.619873.793224.4131
Yxy73.79320.38170.4646
Hunter Lab85.9030-24.366743.2822
CIE-Lab88.8247-21.440559.2299

#dbe869 color RGB value is (219,232,105).

#dbe869 hex color red value is 219, green value is 232 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #dbe869 hue: 0.18 , saturation: 0.73 and the lightness value of dbe869 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101000 01101001
Octal 333 350 151
Decimal 219 232 105
Hex DB E8 69

RGB Percentages of Color #dbe869

%39.39
%41.73
%18.88

CMYK Percentages of Color #dbe869

%6
%0
%55
%9

Triadic Colors of #dbe869

#dbe869 #69dbe8 #e869db

Analogous Colors of #dbe869

#dbe869 #9ce869 #e8b669

Monochromatic Colors of #dbe869

#dbe869

Complementary Color

#dbe869 #7669e8

#dbe869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe869 Color CSS Codes

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

#dbe869 Text Font Color

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

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


#dbe869 Background Color

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

This div background color is #dbe869


#dbe869 Border Color

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

This div border color is #dbe869


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe869


Comments

No comments written yet.

Please login to write comment.