Color Hex Logo

#dbebba Color Hex

#DBEBBA
(219,235,186)
0 Favorites   0 Comments

Color spaces of #dbebba

RGB 219235186
HSL0.220.550.83
HSV80°21°92°
CMYK 0.070.000.21   0.08
XYZ67.784778.021957.9415
Yxy78.02190.33270.3829
Hunter Lab88.3300-17.596122.9388
CIE-Lab90.7899-13.582322.0490

#dbebba color RGB value is (219,235,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101011 10111010
Octal 333 353 272
Decimal 219 235 186
Hex DB EB BA

RGB Percentages of Color #dbebba

%34.22
%36.72
%29.06

CMYK Percentages of Color #dbebba

%7
%0
%21
%8

Triadic Colors of #dbebba

#dbebba #badbeb #ebbadb

Analogous Colors of #dbebba

#dbebba #c3ebba #ebe3ba

Monochromatic Colors of #dbebba

#dbebba

Complementary Color

#dbebba #cabaeb

#dbebba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbebba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbebba Color CSS Codes

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

#dbebba Text Font Color

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

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


#dbebba Background Color

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

This div background color is #dbebba


#dbebba Border Color

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

This div border color is #dbebba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbebba


Comments

No comments written yet.

Please login to write comment.