Color Hex Logo

#dbccfe Color Hex

#DBCCFE
(219,204,254)
0 Favorites   0 Comments

Color spaces of #dbccfe

RGB 219204254
HSL0.720.960.90
HSV258°20°100°
CMYK 0.140.200.00   0.00
XYZ68.695765.4016102.7690
Yxy65.40160.29000.2761
Hunter Lab80.871310.1013-18.7342
CIE-Lab84.690314.7016-22.5803

#dbccfe color RGB value is (219,204,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001100 11111110
Octal 333 314 376
Decimal 219 204 254
Hex DB CC FE

RGB Percentages of Color #dbccfe

%32.35
%30.13
%37.52

CMYK Percentages of Color #dbccfe

%14
%20
%0
%0

Triadic Colors of #dbccfe

#dbccfe #fedbcc #ccfedb

Analogous Colors of #dbccfe

#dbccfe #f4ccfe #ccd6fe

Monochromatic Colors of #dbccfe

#dbccfe

Complementary Color

#dbccfe #effecc

#dbccfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbccfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbccfe Color CSS Codes

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

#dbccfe Text Font Color

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

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


#dbccfe Background Color

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

This div background color is #dbccfe


#dbccfe Border Color

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

This div border color is #dbccfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,204,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 #dbccfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbccfe

Related Colors


Comments

No comments written yet.

Please login to write comment.