Color Hex Logo

#dbecbb Color Hex

#DBECBB
(219,236,187)
0 Favorites   0 Comments

Color spaces of #dbecbb

RGB 219236187
HSL0.220.560.83
HSV81°21°93°
CMYK 0.070.000.21   0.07
XYZ68.178578.638858.5991
Yxy78.63880.33190.3828
Hunter Lab88.6785-17.951722.8959
CIE-Lab91.0706-13.928821.9222

#dbecbb color RGB value is (219,236,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101100 10111011
Octal 333 354 273
Decimal 219 236 187
Hex DB EC BB

RGB Percentages of Color #dbecbb

%34.11
%36.76
%29.13

CMYK Percentages of Color #dbecbb

%7
%0
%21
%7

Triadic Colors of #dbecbb

#dbecbb #bbdbec #ecbbdb

Analogous Colors of #dbecbb

#dbecbb #c3ecbb #ece5bb

Monochromatic Colors of #dbecbb

#dbecbb

Complementary Color

#dbecbb #ccbbec

#dbecbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbecbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbecbb Color CSS Codes

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

#dbecbb Text Font Color

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

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


#dbecbb Background Color

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

This div background color is #dbecbb


#dbecbb Border Color

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

This div border color is #dbecbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbecbb


Comments

No comments written yet.

Please login to write comment.