Color Hex Logo

#d8cfeb Color Hex

#D8CFEB
(216,207,235)
0 Favorites   0 Comments

Color spaces of #d8cfeb

RGB 216207235
HSL0.720.410.87
HSV259°12°92°
CMYK 0.080.120.00   0.08
XYZ65.627165.222787.7276
Yxy65.22270.30020.2984
Hunter Lab80.76063.7204-7.8724
CIE-Lab84.59848.3145-12.6584

#d8cfeb color RGB value is (216,207,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11001111 11101011
Octal 330 317 353
Decimal 216 207 235
Hex D8 CF EB

RGB Percentages of Color #d8cfeb

%32.83
%31.46
%35.71

CMYK Percentages of Color #d8cfeb

%8
%12
%0
%8

Triadic Colors of #d8cfeb

#d8cfeb #ebd8cf #cfebd8

Analogous Colors of #d8cfeb

#d8cfeb #e6cfeb #cfd4eb

Monochromatic Colors of #d8cfeb

#d8cfeb

Complementary Color

#d8cfeb #e2ebcf

#d8cfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8cfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8cfeb Color CSS Codes

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

#d8cfeb Text Font Color

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

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


#d8cfeb Background Color

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

This div background color is #d8cfeb


#d8cfeb Border Color

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

This div border color is #d8cfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8cfeb


Comments

No comments written yet.

Please login to write comment.