Color Hex Logo

#dbbea2 Color Hex

#DBBEA2
(219,190,162)
0 Favorites   0 Comments

Color spaces of #dbbea2

RGB 219190162
HSL0.080.440.75
HSV29°26°86°
CMYK 0.000.130.26   0.14
XYZ54.148554.495641.8472
Yxy54.49560.35980.3621
Hunter Lab73.82111.744418.0649
CIE-Lab78.74986.090617.9503

#dbbea2 color RGB value is (219,190,162).

#dbbea2 hex color red value is 219, green value is 190 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #dbbea2 hue: 0.08 , saturation: 0.44 and the lightness value of dbbea2 is 0.75.

The process color (four color CMYK) of #dbbea2 color hex is 0.00, 0.13, 0.26, 0.14. Web safe color of #dbbea2 is #cccc99. Color #dbbea2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111110 10100010
Octal 333 276 242
Decimal 219 190 162
Hex DB BE A2

RGB Percentages of Color #dbbea2

%38.35
%33.27
%28.37

CMYK Percentages of Color #dbbea2

%0
%13
%26
%14

Triadic Colors of #dbbea2

#dbbea2 #a2dbbe #bea2db

Analogous Colors of #dbbea2

#dbbea2 #dbdba2 #dba2a3

Monochromatic Colors of #dbbea2

#dbbea2

Complementary Color

#dbbea2 #a2bfdb

#dbbea2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbea2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbea2 Color CSS Codes

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

#dbbea2 Text Font Color

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

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


#dbbea2 Background Color

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

This div background color is #dbbea2


#dbbea2 Border Color

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

This div border color is #dbbea2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbea2


Comments

No comments written yet.

Please login to write comment.