Color Hex Logo

#d8cfef Color Hex

#D8CFEF
(216,207,239)
0 Favorites   0 Comments

Color spaces of #d8cfef

RGB 216207239
HSL0.710.500.87
HSV257°13°94°
CMYK 0.100.130.00   0.06
XYZ66.211765.456690.8060
Yxy65.45660.29760.2942
Hunter Lab80.90534.4976-9.9119
CIE-Lab84.71859.1051-14.6032

#d8cfef color RGB value is (216,207,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11001111 11101111
Octal 330 317 357
Decimal 216 207 239
Hex D8 CF EF

RGB Percentages of Color #d8cfef

%32.63
%31.27
%36.10

CMYK Percentages of Color #d8cfef

%10
%13
%0
%6

Triadic Colors of #d8cfef

#d8cfef #efd8cf #cfefd8

Analogous Colors of #d8cfef

#d8cfef #e8cfef #cfd6ef

Monochromatic Colors of #d8cfef

#d8cfef

Complementary Color

#d8cfef #e6efcf

#d8cfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8cfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8cfef Color CSS Codes

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

#d8cfef Text Font Color

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

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


#d8cfef Background Color

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

This div background color is #d8cfef


#d8cfef Border Color

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

This div border color is #d8cfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8cfef


Comments

No comments written yet.

Please login to write comment.