Color Hex Logo

#d0dffa Color Hex

#D0DFFA
(208,223,250)
0 Favorites   0 Comments

Color spaces of #d0dffa

RGB 208223250
HSL0.610.810.90
HSV219°17°98°
CMYK 0.170.110.00   0.02
XYZ69.655473.0874100.8785
Yxy73.08740.28590.3000
Hunter Lab85.4912-4.1736-10.1176
CIE-Lab88.48940.4060-14.8197

#d0dffa color RGB value is (208,223,250).

#d0dffa hex color red value is 208, green value is 223 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d0dffa hue: 0.61 , saturation: 0.81 and the lightness value of d0dffa is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11011111 11111010
Octal 320 337 372
Decimal 208 223 250
Hex D0 DF FA

RGB Percentages of Color #d0dffa

%30.54
%32.75
%36.71

CMYK Percentages of Color #d0dffa

%17
%11
%0
%2

Triadic Colors of #d0dffa

#d0dffa #fad0df #dffad0

Analogous Colors of #d0dffa

#d0dffa #d6d0fa #d0f4fa

Monochromatic Colors of #d0dffa

#d0dffa

Complementary Color

#d0dffa #faebd0

#d0dffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0dffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0dffa Color CSS Codes

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

#d0dffa Text Font Color

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

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


#d0dffa Background Color

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

This div background color is #d0dffa


#d0dffa Border Color

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

This div border color is #d0dffa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,223,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d0dffa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d0dffa;
  -webkit-box-shadow: 1px 1px 3px 2px #d0dffa;
  box-shadow:         1px 1px 3px 2px #d0dffa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,223,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0dffa


Comments

No comments written yet.

Please login to write comment.