Color Hex Logo

#dbebcc Color Hex

#DBEBCC
(219,235,204)
0 Favorites   0 Comments

Color spaces of #dbebcc

RGB 219235204
HSL0.250.440.86
HSV91°13°92°
CMYK 0.070.000.13   0.08
XYZ69.820878.836468.6637
Yxy78.83640.32130.3628
Hunter Lab88.7899-15.017016.3023
CIE-Lab91.1602-10.749713.2505

#dbebcc color RGB value is (219,235,204).

#dbebcc hex color red value is 219, green value is 235 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dbebcc hue: 0.25 , saturation: 0.44 and the lightness value of dbebcc is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101011 11001100
Octal 333 353 314
Decimal 219 235 204
Hex DB EB CC

RGB Percentages of Color #dbebcc

%33.28
%35.71
%31.00

CMYK Percentages of Color #dbebcc

%7
%0
%13
%8

Triadic Colors of #dbebcc

#dbebcc #ccdbeb #ebccdb

Analogous Colors of #dbebcc

#dbebcc #ccebcd #ebebcc

Monochromatic Colors of #dbebcc

#dbebcc

Complementary Color

#dbebcc #dccceb

#dbebcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbebcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbebcc Color CSS Codes

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

#dbebcc Text Font Color

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

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


#dbebcc Background Color

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

This div background color is #dbebcc


#dbebcc Border Color

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

This div border color is #dbebcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbebcc


Comments

No comments written yet.

Please login to write comment.