Color Hex Logo

#d8caef Color Hex

#D8CAEF
(216,202,239)
0 Favorites   0 Comments

Color spaces of #d8caef

RGB 216202239
HSL0.730.540.86
HSV263°15°94°
CMYK 0.100.150.00   0.06
XYZ65.019463.072090.4086
Yxy63.07200.29760.2887
Hunter Lab79.41797.1566-11.9027
CIE-Lab83.480211.7656-16.4630

#d8caef color RGB value is (216,202,239).

#d8caef hex color red value is 216, green value is 202 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d8caef hue: 0.73 , saturation: 0.54 and the lightness value of d8caef is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11001010 11101111
Octal 330 312 357
Decimal 216 202 239
Hex D8 CA EF

RGB Percentages of Color #d8caef

%32.88
%30.75
%36.38

CMYK Percentages of Color #d8caef

%10
%15
%0
%6

Triadic Colors of #d8caef

#d8caef #efd8ca #caefd8

Analogous Colors of #d8caef

#d8caef #ebcaef #cacfef

Monochromatic Colors of #d8caef

#d8caef

Complementary Color

#d8caef #e1efca

#d8caef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8caef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8caef Color CSS Codes

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

#d8caef Text Font Color

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

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


#d8caef Background Color

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

This div background color is #d8caef


#d8caef Border Color

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

This div border color is #d8caef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8caef


Comments

No comments written yet.

Please login to write comment.