Color Hex Logo

#dbe069 Color Hex

#DBE069
(219,224,105)
0 Favorites   0 Comments

Color spaces of #dbe069

RGB 219224105
HSL0.170.660.65
HSV63°53°88°
CMYK 0.020.000.53   0.12
XYZ58.418969.391323.6795
Yxy69.39130.38560.4581
Hunter Lab83.3014-20.596341.4571
CIE-Lab86.6975-17.544656.7918

#dbe069 color RGB value is (219,224,105).

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

The process color (four color CMYK) of #dbe069 color hex is 0.02, 0.00, 0.53, 0.12. Web safe color of #dbe069 is #cccc66. Color #dbe069 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100000 01101001
Octal 333 340 151
Decimal 219 224 105
Hex DB E0 69

RGB Percentages of Color #dbe069

%39.96
%40.88
%19.16

CMYK Percentages of Color #dbe069

%2
%0
%53
%12

Triadic Colors of #dbe069

#dbe069 #69dbe0 #e069db

Analogous Colors of #dbe069

#dbe069 #a0e069 #e0aa69

Monochromatic Colors of #dbe069

#dbe069

Complementary Color

#dbe069 #6e69e0

#dbe069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe069 Color CSS Codes

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

#dbe069 Text Font Color

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

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


#dbe069 Background Color

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

This div background color is #dbe069


#dbe069 Border Color

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

This div border color is #dbe069


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe069


Comments

No comments written yet.

Please login to write comment.