Color Hex Logo

#dbcaec Color Hex

#DBCAEC
(219,202,236)
0 Favorites   0 Comments

Color spaces of #dbcaec

RGB 219202236
HSL0.750.470.86
HSV270°14°93°
CMYK 0.070.140.00   0.07
XYZ65.474363.357388.1352
Yxy63.35730.30180.2920
Hunter Lab79.59737.5334-9.9316
CIE-Lab83.630012.1451-14.6157

#dbcaec color RGB value is (219,202,236).

#dbcaec hex color red value is 219, green value is 202 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #dbcaec hue: 0.75 , saturation: 0.47 and the lightness value of dbcaec is 0.86.

The process color (four color CMYK) of #dbcaec color hex is 0.07, 0.14, 0.00, 0.07. Web safe color of #dbcaec is #ccccff. Color #dbcaec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001010 11101100
Octal 333 312 354
Decimal 219 202 236
Hex DB CA EC

RGB Percentages of Color #dbcaec

%33.33
%30.75
%35.92

CMYK Percentages of Color #dbcaec

%7
%14
%0
%7

Triadic Colors of #dbcaec

#dbcaec #ecdbca #caecdb

Analogous Colors of #dbcaec

#dbcaec #eccaec #cacaec

Monochromatic Colors of #dbcaec

#dbcaec

Complementary Color

#dbcaec #dbecca

#dbcaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcaec Color CSS Codes

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

#dbcaec Text Font Color

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

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


#dbcaec Background Color

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

This div background color is #dbcaec


#dbcaec Border Color

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

This div border color is #dbcaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcaec


Comments

No comments written yet.

Please login to write comment.