Color Hex Logo

#d0dfeb Color Hex

#D0DFEB
(208,223,235)
0 Favorites   0 Comments

Color spaces of #d0dfeb

RGB 208223235
HSL0.570.400.87
HSV207°11°92°
CMYK 0.110.050.00   0.08
XYZ67.395572.183488.9779
Yxy72.18340.29490.3158
Hunter Lab84.9608-7.0856-2.6208
CIE-Lab88.0568-2.6583-7.5756

#d0dfeb color RGB value is (208,223,235).

#d0dfeb hex color red value is 208, green value is 223 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d0dfeb hue: 0.57 , saturation: 0.40 and the lightness value of d0dfeb is 0.87.

The process color (four color CMYK) of #d0dfeb color hex is 0.11, 0.05, 0.00, 0.08. Web safe color of #d0dfeb is #ccccff. Color #d0dfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11011111 11101011
Octal 320 337 353
Decimal 208 223 235
Hex D0 DF EB

RGB Percentages of Color #d0dfeb

%31.23
%33.48
%35.29

CMYK Percentages of Color #d0dfeb

%11
%5
%0
%8

Triadic Colors of #d0dfeb

#d0dfeb #ebd0df #dfebd0

Analogous Colors of #d0dfeb

#d0dfeb #d0d2eb #d0ebea

Monochromatic Colors of #d0dfeb

#d0dfeb

Complementary Color

#d0dfeb #ebdcd0

#d0dfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0dfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0dfeb Color CSS Codes

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

#d0dfeb Text Font Color

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

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


#d0dfeb Background Color

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

This div background color is #d0dfeb


#d0dfeb Border Color

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

This div border color is #d0dfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0dfeb


Comments

No comments written yet.

Please login to write comment.