Color Hex Logo

#dbea86 Color Hex

#DBEA86
(219,234,134)
0 Favorites   0 Comments

Color spaces of #dbea86

RGB 219234134
HSL0.190.700.72
HSV69°43°92°
CMYK 0.060.000.43   0.08
XYZ62.939375.626933.8345
Yxy75.62690.36510.4387
Hunter Lab86.9637-22.998637.8070
CIE-Lab89.6858-19.731746.7511

#dbea86 color RGB value is (219,234,134).

#dbea86 hex color red value is 219, green value is 234 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #dbea86 hue: 0.19 , saturation: 0.70 and the lightness value of dbea86 is 0.72.

The process color (four color CMYK) of #dbea86 color hex is 0.06, 0.00, 0.43, 0.08. Web safe color of #dbea86 is #ccff99. Color #dbea86 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101010 10000110
Octal 333 352 206
Decimal 219 234 134
Hex DB EA 86

RGB Percentages of Color #dbea86

%37.31
%39.86
%22.83

CMYK Percentages of Color #dbea86

%6
%0
%43
%8

Triadic Colors of #dbea86

#dbea86 #86dbea #ea86db

Analogous Colors of #dbea86

#dbea86 #a9ea86 #eac786

Monochromatic Colors of #dbea86

#dbea86

Complementary Color

#dbea86 #9586ea

#dbea86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbea86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbea86 Color CSS Codes

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

#dbea86 Text Font Color

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

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


#dbea86 Background Color

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

This div background color is #dbea86


#dbea86 Border Color

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

This div border color is #dbea86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbea86


Comments

No comments written yet.

Please login to write comment.