Color Hex Logo

#dbeccf Color Hex

#DBECCF
(219,236,207)
0 Favorites   0 Comments

Color spaces of #dbeccf

RGB 219236207
HSL0.260.430.87
HSV95°12°93°
CMYK 0.070.000.12   0.07
XYZ70.471479.556070.6731
Yxy79.55600.31930.3605
Hunter Lab89.1942-15.058815.4574
CIE-Lab91.4853-10.753912.1539

#dbeccf color RGB value is (219,236,207).

#dbeccf hex color red value is 219, green value is 236 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #dbeccf hue: 0.26 , saturation: 0.43 and the lightness value of dbeccf is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101100 11001111
Octal 333 354 317
Decimal 219 236 207
Hex DB EC CF

RGB Percentages of Color #dbeccf

%33.08
%35.65
%31.27

CMYK Percentages of Color #dbeccf

%7
%0
%12
%7

Triadic Colors of #dbeccf

#dbeccf #cfdbec #eccfdb

Analogous Colors of #dbeccf

#dbeccf #cfecd2 #eaeccf

Monochromatic Colors of #dbeccf

#dbeccf

Complementary Color

#dbeccf #e0cfec

#dbeccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeccf Color CSS Codes

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

#dbeccf Text Font Color

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

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


#dbeccf Background Color

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

This div background color is #dbeccf


#dbeccf Border Color

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

This div border color is #dbeccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeccf


Comments

No comments written yet.

Please login to write comment.