Color Hex Logo

#dbe0ca Color Hex

#DBE0CA
(219,224,202)
0 Favorites   0 Comments

Color spaces of #dbe0ca

RGB 219224202
HSL0.200.260.84
HSV74°10°88°
CMYK 0.020.000.10   0.12
XYZ66.529772.635666.3907
Yxy72.63560.32370.3534
Hunter Lab85.2265-9.805413.4722
CIE-Lab88.2736-5.510410.1874

#dbe0ca color RGB value is (219,224,202).

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

The process color (four color CMYK) of #dbe0ca color hex is 0.02, 0.00, 0.10, 0.12. Web safe color of #dbe0ca is #cccccc. Color #dbe0ca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100000 11001010
Octal 333 340 312
Decimal 219 224 202
Hex DB E0 CA

RGB Percentages of Color #dbe0ca

%33.95
%34.73
%31.32

CMYK Percentages of Color #dbe0ca

%2
%0
%10
%12

Triadic Colors of #dbe0ca

#dbe0ca #cadbe0 #e0cadb

Analogous Colors of #dbe0ca

#dbe0ca #d0e0ca #e0daca

Monochromatic Colors of #dbe0ca

#dbe0ca

Complementary Color

#dbe0ca #cfcae0

#dbe0ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe0ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe0ca Color CSS Codes

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

#dbe0ca Text Font Color

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

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


#dbe0ca Background Color

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

This div background color is #dbe0ca


#dbe0ca Border Color

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

This div border color is #dbe0ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,224,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 #dbe0ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe0ca


Comments

No comments written yet.

Please login to write comment.