Color Hex Logo

#dbe3ca Color Hex

#DBE3CA
(219,227,202)
0 Favorites   0 Comments

Color spaces of #dbe3ca

RGB 219227202
HSL0.220.310.84
HSV79°11°89°
CMYK 0.040.000.11   0.11
XYZ67.343274.262566.6618
Yxy74.26250.32330.3566
Hunter Lab86.1757-11.316114.4588
CIE-Lab89.0464-7.039211.2892

#dbe3ca color RGB value is (219,227,202).

#dbe3ca hex color red value is 219, green value is 227 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #dbe3ca hue: 0.22 , saturation: 0.31 and the lightness value of dbe3ca is 0.84.

The process color (four color CMYK) of #dbe3ca color hex is 0.04, 0.00, 0.11, 0.11. Web safe color of #dbe3ca is #cccccc. Color #dbe3ca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100011 11001010
Octal 333 343 312
Decimal 219 227 202
Hex DB E3 CA

RGB Percentages of Color #dbe3ca

%33.80
%35.03
%31.17

CMYK Percentages of Color #dbe3ca

%4
%0
%11
%11

Triadic Colors of #dbe3ca

#dbe3ca #cadbe3 #e3cadb

Analogous Colors of #dbe3ca

#dbe3ca #cfe3ca #e3dfca

Monochromatic Colors of #dbe3ca

#dbe3ca

Complementary Color

#dbe3ca #d2cae3

#dbe3ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe3ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe3ca Color CSS Codes

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

#dbe3ca Text Font Color

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

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


#dbe3ca Background Color

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

This div background color is #dbe3ca


#dbe3ca Border Color

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

This div border color is #dbe3ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe3ca


Comments

No comments written yet.

Please login to write comment.