Color Hex Logo

#dbce89 Color Hex

#DBCE89
(219,206,137)
0 Favorites   0 Comments

Color spaces of #dbce89

RGB 219206137
HSL0.140.530.70
HSV50°37°86°
CMYK 0.000.060.37   0.14
XYZ55.800161.008832.5018
Yxy61.00880.37370.4086
Hunter Lab78.1081-9.169630.0044
CIE-Lab82.3835-5.399635.9633

#dbce89 color RGB value is (219,206,137).

#dbce89 hex color red value is 219, green value is 206 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #dbce89 hue: 0.14 , saturation: 0.53 and the lightness value of dbce89 is 0.70.

The process color (four color CMYK) of #dbce89 color hex is 0.00, 0.06, 0.37, 0.14. Web safe color of #dbce89 is #cccc99. Color #dbce89 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001110 10001001
Octal 333 316 211
Decimal 219 206 137
Hex DB CE 89

RGB Percentages of Color #dbce89

%38.97
%36.65
%24.38

CMYK Percentages of Color #dbce89

%0
%6
%37
%14

Triadic Colors of #dbce89

#dbce89 #89dbce #ce89db

Analogous Colors of #dbce89

#dbce89 #bfdb89 #dba589

Monochromatic Colors of #dbce89

#dbce89

Complementary Color

#dbce89 #8996db

#dbce89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbce89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbce89 Color CSS Codes

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

#dbce89 Text Font Color

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

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


#dbce89 Background Color

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

This div background color is #dbce89


#dbce89 Border Color

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

This div border color is #dbce89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbce89


Comments

No comments written yet.

Please login to write comment.