Color Hex Logo

#dbe385 Color Hex

#DBE385
(219,227,133)
0 Favorites   0 Comments

Color spaces of #dbe385

RGB 219227133
HSL0.180.630.71
HSV65°41°89°
CMYK 0.040.000.41   0.11
XYZ60.916171.691732.8176
Yxy71.69170.36820.4334
Hunter Lab84.6710-19.753236.2895
CIE-Lab87.8200-16.410044.9051

#dbe385 color RGB value is (219,227,133).

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

The process color (four color CMYK) of #dbe385 color hex is 0.04, 0.00, 0.41, 0.11. Web safe color of #dbe385 is #cccc99. Color #dbe385 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100011 10000101
Octal 333 343 205
Decimal 219 227 133
Hex DB E3 85

RGB Percentages of Color #dbe385

%37.82
%39.21
%22.97

CMYK Percentages of Color #dbe385

%4
%0
%41
%11

Triadic Colors of #dbe385

#dbe385 #85dbe3 #e385db

Analogous Colors of #dbe385

#dbe385 #ace385 #e3bc85

Monochromatic Colors of #dbe385

#dbe385

Complementary Color

#dbe385 #8d85e3

#dbe385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe385 Color CSS Codes

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

#dbe385 Text Font Color

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

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


#dbe385 Background Color

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

This div background color is #dbe385


#dbe385 Border Color

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

This div border color is #dbe385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe385


Comments

No comments written yet.

Please login to write comment.