Color Hex Logo

#dbebb6 Color Hex

#DBEBB6
(219,235,182)
0 Favorites   0 Comments

Color spaces of #dbebb6

RGB 219235182
HSL0.220.570.82
HSV78°23°92°
CMYK 0.070.000.23   0.08
XYZ67.365277.854155.7328
Yxy77.85410.33520.3874
Hunter Lab88.2350-18.130924.3145
CIE-Lab90.7133-14.175524.0031

#dbebb6 color RGB value is (219,235,182).

#dbebb6 hex color red value is 219, green value is 235 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #dbebb6 hue: 0.22 , saturation: 0.57 and the lightness value of dbebb6 is 0.82.

The process color (four color CMYK) of #dbebb6 color hex is 0.07, 0.00, 0.23, 0.08. Web safe color of #dbebb6 is #ccffcc. Color #dbebb6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101011 10110110
Octal 333 353 266
Decimal 219 235 182
Hex DB EB B6

RGB Percentages of Color #dbebb6

%34.43
%36.95
%28.62

CMYK Percentages of Color #dbebb6

%7
%0
%23
%8

Triadic Colors of #dbebb6

#dbebb6 #b6dbeb #ebb6db

Analogous Colors of #dbebb6

#dbebb6 #c1ebb6 #ebe1b6

Monochromatic Colors of #dbebb6

#dbebb6

Complementary Color

#dbebb6 #c6b6eb

#dbebb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbebb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbebb6 Color CSS Codes

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

#dbebb6 Text Font Color

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

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


#dbebb6 Background Color

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

This div background color is #dbebb6


#dbebb6 Border Color

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

This div border color is #dbebb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbebb6


Comments

No comments written yet.

Please login to write comment.