Color Hex Logo

#dbcaee Color Hex

#DBCAEE
(219,202,238)
0 Favorites   0 Comments

Color spaces of #dbcaee

RGB 219202238
HSL0.750.510.86
HSV268°15°93°
CMYK 0.080.150.00   0.07
XYZ65.766663.474289.6744
Yxy63.47420.30040.2899
Hunter Lab79.67077.9245-10.9652
CIE-Lab83.691312.5373-15.5890

#dbcaee color RGB value is (219,202,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001010 11101110
Octal 333 312 356
Decimal 219 202 238
Hex DB CA EE

RGB Percentages of Color #dbcaee

%33.23
%30.65
%36.12

CMYK Percentages of Color #dbcaee

%8
%15
%0
%7

Triadic Colors of #dbcaee

#dbcaee #eedbca #caeedb

Analogous Colors of #dbcaee

#dbcaee #edcaee #cacbee

Monochromatic Colors of #dbcaee

#dbcaee

Complementary Color

#dbcaee #ddeeca

#dbcaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcaee Color CSS Codes

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

#dbcaee Text Font Color

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

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


#dbcaee Background Color

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

This div background color is #dbcaee


#dbcaee Border Color

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

This div border color is #dbcaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcaee


Comments

No comments written yet.

Please login to write comment.