Color Hex Logo

#dbecb5 Color Hex

#DBECB5
(219,236,181)
0 Favorites   0 Comments

Color spaces of #dbecb5

RGB 219236181
HSL0.220.590.82
HSV79°23°93°
CMYK 0.070.000.23   0.07
XYZ67.549478.387255.2861
Yxy78.38720.33570.3896
Hunter Lab88.5365-18.751524.9523
CIE-Lab90.9563-14.817024.8506

#dbecb5 color RGB value is (219,236,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101100 10110101
Octal 333 354 265
Decimal 219 236 181
Hex DB EC B5

RGB Percentages of Color #dbecb5

%34.43
%37.11
%28.46

CMYK Percentages of Color #dbecb5

%7
%0
%23
%7

Triadic Colors of #dbecb5

#dbecb5 #b5dbec #ecb5db

Analogous Colors of #dbecb5

#dbecb5 #c0ecb5 #ece2b5

Monochromatic Colors of #dbecb5

#dbecb5

Complementary Color

#dbecb5 #c6b5ec

#dbecb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbecb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbecb5 Color CSS Codes

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

#dbecb5 Text Font Color

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

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


#dbecb5 Background Color

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

This div background color is #dbecb5


#dbecb5 Border Color

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

This div border color is #dbecb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbecb5


Comments

No comments written yet.

Please login to write comment.