Color Hex Logo

#d2caef Color Hex

#D2CAEF
(210,202,239)
0 Favorites   0 Comments

Color spaces of #d2caef

RGB 210202239
HSL0.700.540.86
HSV253°15°94°
CMYK 0.120.150.00   0.06
XYZ63.278962.174790.3271
Yxy62.17470.29330.2881
Hunter Lab78.85095.2594-12.7236
CIE-Lab83.00629.8420-17.2238

#d2caef color RGB value is (210,202,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 11001010 11101111
Octal 322 312 357
Decimal 210 202 239
Hex D2 CA EF

RGB Percentages of Color #d2caef

%32.26
%31.03
%36.71

CMYK Percentages of Color #d2caef

%12
%15
%0
%6

Triadic Colors of #d2caef

#d2caef #efd2ca #caefd2

Analogous Colors of #d2caef

#d2caef #e5caef #cad5ef

Monochromatic Colors of #d2caef

#d2caef

Complementary Color

#d2caef #e7efca

#d2caef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2caef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2caef Color CSS Codes

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

#d2caef Text Font Color

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

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


#d2caef Background Color

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

This div background color is #d2caef


#d2caef Border Color

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

This div border color is #d2caef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2caef


Comments

No comments written yet.

Please login to write comment.