Color Hex Logo

#dbea93 Color Hex

#DBEA93
(219,234,147)
0 Favorites   0 Comments

Color spaces of #dbea93

RGB 219234147
HSL0.200.670.75
HSV70°37°92°
CMYK 0.060.000.37   0.08
XYZ63.902776.012338.9076
Yxy76.01230.35740.4251
Hunter Lab87.1850-21.741434.5705
CIE-Lab89.8651-18.291940.6023

#dbea93 color RGB value is (219,234,147).

#dbea93 hex color red value is 219, green value is 234 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #dbea93 hue: 0.20 , saturation: 0.67 and the lightness value of dbea93 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101010 10010011
Octal 333 352 223
Decimal 219 234 147
Hex DB EA 93

RGB Percentages of Color #dbea93

%36.50
%39.00
%24.50

CMYK Percentages of Color #dbea93

%6
%0
%37
%8

Triadic Colors of #dbea93

#dbea93 #93dbea #ea93db

Analogous Colors of #dbea93

#dbea93 #b0ea93 #eace93

Monochromatic Colors of #dbea93

#dbea93

Complementary Color

#dbea93 #a293ea

#dbea93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbea93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbea93 Color CSS Codes

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

#dbea93 Text Font Color

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

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


#dbea93 Background Color

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

This div background color is #dbea93


#dbea93 Border Color

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

This div border color is #dbea93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbea93


Comments

No comments written yet.

Please login to write comment.