Color Hex Logo

#dbcafb Color Hex

#DBCAFB
(219,202,251)
0 Favorites   0 Comments

Color spaces of #dbcafb

RGB 219202251
HSL0.720.860.89
HSV261°20°98°
CMYK 0.130.200.00   0.02
XYZ67.746564.2662100.1008
Yxy64.26620.29190.2769
Hunter Lab80.166210.5551-17.9171
CIE-Lab84.104215.1516-21.8780

#dbcafb color RGB value is (219,202,251).

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

The process color (four color CMYK) of #dbcafb color hex is 0.13, 0.20, 0.00, 0.02. Web safe color of #dbcafb is #ccccff. Color #dbcafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001010 11111011
Octal 333 312 373
Decimal 219 202 251
Hex DB CA FB

RGB Percentages of Color #dbcafb

%32.59
%30.06
%37.35

CMYK Percentages of Color #dbcafb

%13
%20
%0
%2

Triadic Colors of #dbcafb

#dbcafb #fbdbca #cafbdb

Analogous Colors of #dbcafb

#dbcafb #f4cafb #cad2fb

Monochromatic Colors of #dbcafb

#dbcafb

Complementary Color

#dbcafb #eafbca

#dbcafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcafb Color CSS Codes

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

#dbcafb Text Font Color

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

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


#dbcafb Background Color

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

This div background color is #dbcafb


#dbcafb Border Color

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

This div border color is #dbcafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcafb

Related Colors


Comments

No comments written yet.

Please login to write comment.