Color Hex Logo

#d6cae3 Color Hex

#D6CAE3
(214,202,227)
0 Favorites   0 Comments

Color spaces of #d6cae3

RGB 214202227
HSL0.750.310.84
HSV269°11°89°
CMYK 0.060.110.00   0.11
XYZ62.717262.083381.3508
Yxy62.08330.30420.3012
Hunter Lab78.79304.1938-6.0597
CIE-Lab82.95778.7556-10.8640

#d6cae3 color RGB value is (214,202,227).

#d6cae3 hex color red value is 214, green value is 202 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #d6cae3 hue: 0.75 , saturation: 0.31 and the lightness value of d6cae3 is 0.84.

The process color (four color CMYK) of #d6cae3 color hex is 0.06, 0.11, 0.00, 0.11. Web safe color of #d6cae3 is #cccccc. Color #d6cae3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11001010 11100011
Octal 326 312 343
Decimal 214 202 227
Hex D6 CA E3

RGB Percentages of Color #d6cae3

%33.28
%31.42
%35.30

CMYK Percentages of Color #d6cae3

%6
%11
%0
%11

Triadic Colors of #d6cae3

#d6cae3 #e3d6ca #cae3d6

Analogous Colors of #d6cae3

#d6cae3 #e3cae3 #cacbe3

Monochromatic Colors of #d6cae3

#d6cae3

Complementary Color

#d6cae3 #d7e3ca

#d6cae3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6cae3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6cae3 Color CSS Codes

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

#d6cae3 Text Font Color

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

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


#d6cae3 Background Color

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

This div background color is #d6cae3


#d6cae3 Border Color

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

This div border color is #d6cae3


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,202,227, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6cae3


Comments

No comments written yet.

Please login to write comment.