Color Hex Logo

#d2dbfe Color Hex

#D2DBFE
(210,219,254)
0 Favorites   0 Comments

Color spaces of #d2dbfe

RGB 210219254
HSL0.630.960.91
HSV228°17°100°
CMYK 0.170.140.00   0.00
XYZ69.799371.5204103.8919
Yxy71.52040.28460.2917
Hunter Lab84.5697-0.6728-13.6375
CIE-Lab87.73723.9582-18.0389

#d2dbfe color RGB value is (210,219,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 11011011 11111110
Octal 322 333 376
Decimal 210 219 254
Hex D2 DB FE

RGB Percentages of Color #d2dbfe

%30.75
%32.06
%37.19

CMYK Percentages of Color #d2dbfe

%17
%14
%0
%0

Triadic Colors of #d2dbfe

#d2dbfe #fed2db #dbfed2

Analogous Colors of #d2dbfe

#d2dbfe #dfd2fe #d2f1fe

Monochromatic Colors of #d2dbfe

#d2dbfe

Complementary Color

#d2dbfe #fef5d2

#d2dbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2dbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2dbfe Color CSS Codes

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

#d2dbfe Text Font Color

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

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


#d2dbfe Background Color

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

This div background color is #d2dbfe


#d2dbfe Border Color

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

This div border color is #d2dbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2dbfe

Related Colors


Comments

No comments written yet.

Please login to write comment.