Color Hex Logo

#d2caee Color Hex

#D2CAEE
(210,202,238)
0 Favorites   0 Comments

Color spaces of #d2caee

RGB 210202238
HSL0.700.510.86
HSV253°15°93°
CMYK 0.120.150.00   0.07
XYZ63.131562.115789.5511
Yxy62.11570.29390.2892
Hunter Lab78.81355.0591-12.1982
CIE-Lab82.97499.6378-16.7381

#d2caee color RGB value is (210,202,238).

#d2caee hex color red value is 210, green value is 202 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d2caee hue: 0.70 , saturation: 0.51 and the lightness value of d2caee is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 11001010 11101110
Octal 322 312 356
Decimal 210 202 238
Hex D2 CA EE

RGB Percentages of Color #d2caee

%32.31
%31.08
%36.62

CMYK Percentages of Color #d2caee

%12
%15
%0
%7

Triadic Colors of #d2caee

#d2caee #eed2ca #caeed2

Analogous Colors of #d2caee

#d2caee #e4caee #cad4ee

Monochromatic Colors of #d2caee

#d2caee

Complementary Color

#d2caee #e6eeca

#d2caee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2caee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2caee Color CSS Codes

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

#d2caee Text Font Color

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

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


#d2caee Background Color

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

This div background color is #d2caee


#d2caee Border Color

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

This div border color is #d2caee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2caee

#d2caee Color Palettes


Comments

No comments written yet.

Please login to write comment.