Color Hex Logo

#dbcefe Color Hex

#DBCEFE
(219,206,254)
0 Favorites   0 Comments

Color spaces of #dbcefe

RGB 219206254
HSL0.710.960.90
HSV256°19°100°
CMYK 0.140.190.00   0.00
XYZ69.174166.3584102.9285
Yxy66.35840.29010.2783
Hunter Lab81.46079.0210-17.8926
CIE-Lab85.178913.6346-21.8393

#dbcefe color RGB value is (219,206,254).

#dbcefe hex color red value is 219, green value is 206 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #dbcefe hue: 0.71 , saturation: 0.96 and the lightness value of dbcefe is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001110 11111110
Octal 333 316 376
Decimal 219 206 254
Hex DB CE FE

RGB Percentages of Color #dbcefe

%32.25
%30.34
%37.41

CMYK Percentages of Color #dbcefe

%14
%19
%0
%0

Triadic Colors of #dbcefe

#dbcefe #fedbce #cefedb

Analogous Colors of #dbcefe

#dbcefe #f3cefe #ced9fe

Monochromatic Colors of #dbcefe

#dbcefe

Complementary Color

#dbcefe #f1fece

#dbcefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcefe Color CSS Codes

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

#dbcefe Text Font Color

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

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


#dbcefe Background Color

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

This div background color is #dbcefe


#dbcefe Border Color

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

This div border color is #dbcefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcefe

Related Colors


Comments

No comments written yet.

Please login to write comment.