Color Hex Logo

#d8ceef Color Hex

#D8CEEF
(216,206,239)
0 Favorites   0 Comments

Color spaces of #d8ceef

RGB 216206239
HSL0.720.510.87
HSV258°14°94°
CMYK 0.100.140.00   0.06
XYZ65.970264.973590.7255
Yxy64.97350.29760.2931
Hunter Lab80.60615.0284-10.3090
CIE-Lab84.47019.6362-14.9758

#d8ceef color RGB value is (216,206,239).

#d8ceef hex color red value is 216, green value is 206 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d8ceef hue: 0.72 , saturation: 0.51 and the lightness value of d8ceef is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11001110 11101111
Octal 330 316 357
Decimal 216 206 239
Hex D8 CE EF

RGB Percentages of Color #d8ceef

%32.68
%31.16
%36.16

CMYK Percentages of Color #d8ceef

%10
%14
%0
%6

Triadic Colors of #d8ceef

#d8ceef #efd8ce #ceefd8

Analogous Colors of #d8ceef

#d8ceef #e9ceef #ced5ef

Monochromatic Colors of #d8ceef

#d8ceef

Complementary Color

#d8ceef #e5efce

#d8ceef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8ceef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8ceef Color CSS Codes

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

#d8ceef Text Font Color

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

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


#d8ceef Background Color

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

This div background color is #d8ceef


#d8ceef Border Color

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

This div border color is #d8ceef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8ceef


Comments

No comments written yet.

Please login to write comment.