Color Hex Logo

#dbe669 Color Hex

#DBE669
(219,230,105)
0 Favorites   0 Comments

Color spaces of #dbe669

RGB 219230105
HSL0.180.710.66
HSV65°54°90°
CMYK 0.050.000.54   0.10
XYZ60.060072.673624.2265
Yxy72.67360.38260.4630
Hunter Lab85.2488-23.427542.8248
CIE-Lab88.2918-20.472758.6216

#dbe669 color RGB value is (219,230,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100110 01101001
Octal 333 346 151
Decimal 219 230 105
Hex DB E6 69

RGB Percentages of Color #dbe669

%39.53
%41.52
%18.95

CMYK Percentages of Color #dbe669

%5
%0
%54
%10

Triadic Colors of #dbe669

#dbe669 #69dbe6 #e669db

Analogous Colors of #dbe669

#dbe669 #9de669 #e6b369

Monochromatic Colors of #dbe669

#dbe669

Complementary Color

#dbe669 #7469e6

#dbe669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe669 Color CSS Codes

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

#dbe669 Text Font Color

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

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


#dbe669 Background Color

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

This div background color is #dbe669


#dbe669 Border Color

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

This div border color is #dbe669


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe669


Comments

No comments written yet.

Please login to write comment.