Color Hex Logo

#dbcaed Color Hex

#DBCAED
(219,202,237)
0 Favorites   0 Comments

Color spaces of #dbcaed

RGB 219202237
HSL0.750.490.86
HSV269°15°93°
CMYK 0.080.150.00   0.07
XYZ65.620063.415688.9026
Yxy63.41560.30110.2910
Hunter Lab79.63397.7284-10.4471
CIE-Lab83.660612.3407-15.1025

#dbcaed color RGB value is (219,202,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001010 11101101
Octal 333 312 355
Decimal 219 202 237
Hex DB CA ED

RGB Percentages of Color #dbcaed

%33.28
%30.70
%36.02

CMYK Percentages of Color #dbcaed

%8
%15
%0
%7

Triadic Colors of #dbcaed

#dbcaed #eddbca #caeddb

Analogous Colors of #dbcaed

#dbcaed #edcaed #cacbed

Monochromatic Colors of #dbcaed

#dbcaed

Complementary Color

#dbcaed #dcedca

#dbcaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcaed Color CSS Codes

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

#dbcaed Text Font Color

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

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


#dbcaed Background Color

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

This div background color is #dbcaed


#dbcaed Border Color

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

This div border color is #dbcaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcaed


Comments

No comments written yet.

Please login to write comment.