Color Hex Logo

#dbcef8 Color Hex

#DBCEF8
(219,206,248)
0 Favorites   0 Comments

Color spaces of #dbcef8

RGB 219206248
HSL0.720.750.89
HSV259°17°97°
CMYK 0.120.170.00   0.03
XYZ68.228065.980097.9463
Yxy65.98000.29390.2842
Hunter Lab81.22817.7830-14.6333
CIE-Lab84.986212.4053-18.9519

#dbcef8 color RGB value is (219,206,248).

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

The process color (four color CMYK) of #dbcef8 color hex is 0.12, 0.17, 0.00, 0.03. Web safe color of #dbcef8 is #ccccff. Color #dbcef8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001110 11111000
Octal 333 316 370
Decimal 219 206 248
Hex DB CE F8

RGB Percentages of Color #dbcef8

%32.54
%30.61
%36.85

CMYK Percentages of Color #dbcef8

%12
%17
%0
%3

Triadic Colors of #dbcef8

#dbcef8 #f8dbce #cef8db

Analogous Colors of #dbcef8

#dbcef8 #f0cef8 #ced6f8

Monochromatic Colors of #dbcef8

#dbcef8

Complementary Color

#dbcef8 #ebf8ce

#dbcef8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcef8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcef8 Color CSS Codes

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

#dbcef8 Text Font Color

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

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


#dbcef8 Background Color

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

This div background color is #dbcef8


#dbcef8 Border Color

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

This div border color is #dbcef8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcef8


Comments

No comments written yet.

Please login to write comment.