Color Hex Logo

#dbecc6 Color Hex

#DBECC6
(219,236,198)
0 Favorites   0 Comments

Color spaces of #dbecc6

RGB 219236198
HSL0.240.500.85
HSV87°16°93°
CMYK 0.070.000.16   0.07
XYZ69.401979.128265.0415
Yxy79.12820.32500.3705
Hunter Lab88.9540-16.403918.9161
CIE-Lab91.2923-12.223016.5486

#dbecc6 color RGB value is (219,236,198).

#dbecc6 hex color red value is 219, green value is 236 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #dbecc6 hue: 0.24 , saturation: 0.50 and the lightness value of dbecc6 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101100 11000110
Octal 333 354 306
Decimal 219 236 198
Hex DB EC C6

RGB Percentages of Color #dbecc6

%33.54
%36.14
%30.32

CMYK Percentages of Color #dbecc6

%7
%0
%16
%7

Triadic Colors of #dbecc6

#dbecc6 #c6dbec #ecc6db

Analogous Colors of #dbecc6

#dbecc6 #c8ecc6 #eceac6

Monochromatic Colors of #dbecc6

#dbecc6

Complementary Color

#dbecc6 #d7c6ec

#dbecc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbecc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbecc6 Color CSS Codes

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

#dbecc6 Text Font Color

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

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


#dbecc6 Background Color

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

This div background color is #dbecc6


#dbecc6 Border Color

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

This div border color is #dbecc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbecc6


Comments

No comments written yet.

Please login to write comment.