Color Hex Logo

#dbe693 Color Hex

#DBE693
(219,230,147)
0 Favorites   0 Comments

Color spaces of #dbe693

RGB 219230147
HSL0.190.620.74
HSV68°36°90°
CMYK 0.050.000.36   0.10
XYZ62.776773.760338.5322
Yxy73.76030.35860.4213
Hunter Lab85.8838-19.822333.5179
CIE-Lab88.8091-16.328239.2396

#dbe693 color RGB value is (219,230,147).

#dbe693 hex color red value is 219, green value is 230 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #dbe693 hue: 0.19 , saturation: 0.62 and the lightness value of dbe693 is 0.74.

The process color (four color CMYK) of #dbe693 color hex is 0.05, 0.00, 0.36, 0.10. Web safe color of #dbe693 is #ccff99. Color #dbe693 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100110 10010011
Octal 333 346 223
Decimal 219 230 147
Hex DB E6 93

RGB Percentages of Color #dbe693

%36.74
%38.59
%24.66

CMYK Percentages of Color #dbe693

%5
%0
%36
%10

Triadic Colors of #dbe693

#dbe693 #93dbe6 #e693db

Analogous Colors of #dbe693

#dbe693 #b2e693 #e6c893

Monochromatic Colors of #dbe693

#dbe693

Complementary Color

#dbe693 #9e93e6

#dbe693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe693 Color CSS Codes

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

#dbe693 Text Font Color

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

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


#dbe693 Background Color

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

This div background color is #dbe693


#dbe693 Border Color

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

This div border color is #dbe693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe693


Comments

No comments written yet.

Please login to write comment.