Color Hex Logo

#dbe169 Color Hex

#DBE169
(219,225,105)
0 Favorites   0 Comments

Color spaces of #dbe169

RGB 219225105
HSL0.180.670.65
HSV63°53°88°
CMYK 0.030.000.53   0.12
XYZ58.688469.930423.7693
Yxy69.93040.38510.4589
Hunter Lab83.6244-21.069741.6846
CIE-Lab86.9627-18.035257.0973

#dbe169 color RGB value is (219,225,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100001 01101001
Octal 333 341 151
Decimal 219 225 105
Hex DB E1 69

RGB Percentages of Color #dbe169

%39.89
%40.98
%19.13

CMYK Percentages of Color #dbe169

%3
%0
%53
%12

Triadic Colors of #dbe169

#dbe169 #69dbe1 #e169db

Analogous Colors of #dbe169

#dbe169 #9fe169 #e1ab69

Monochromatic Colors of #dbe169

#dbe169

Complementary Color

#dbe169 #6f69e1

#dbe169 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe169 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe169 Color CSS Codes

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

#dbe169 Text Font Color

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

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


#dbe169 Background Color

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

This div background color is #dbe169


#dbe169 Border Color

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

This div border color is #dbe169


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe169


Comments

No comments written yet.

Please login to write comment.