Color Hex Logo

#d2cafc Color Hex

#D2CAFC
(210,202,252)
0 Favorites   0 Comments

Color spaces of #d2cafc

RGB 210202252
HSL0.690.890.89
HSV250°20°99°
CMYK 0.170.200.00   0.01
XYZ65.269662.9710100.8100
Yxy62.97100.28500.2749
Hunter Lab79.35437.9479-19.7728
CIE-Lab83.427112.5590-23.5036

#d2cafc color RGB value is (210,202,252).

#d2cafc hex color red value is 210, green value is 202 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d2cafc hue: 0.69 , saturation: 0.89 and the lightness value of d2cafc is 0.89.

The process color (four color CMYK) of #d2cafc color hex is 0.17, 0.20, 0.00, 0.01. Web safe color of #d2cafc is #ccccff. Color #d2cafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 11001010 11111100
Octal 322 312 374
Decimal 210 202 252
Hex D2 CA FC

RGB Percentages of Color #d2cafc

%31.63
%30.42
%37.95

CMYK Percentages of Color #d2cafc

%17
%20
%0
%1

Triadic Colors of #d2cafc

#d2cafc #fcd2ca #cafcd2

Analogous Colors of #d2cafc

#d2cafc #ebcafc #cadbfc

Monochromatic Colors of #d2cafc

#d2cafc

Complementary Color

#d2cafc #f4fcca

#d2cafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2cafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2cafc Color CSS Codes

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

#d2cafc Text Font Color

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

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


#d2cafc Background Color

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

This div background color is #d2cafc


#d2cafc Border Color

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

This div border color is #d2cafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2cafc

Related Colors


Comments

No comments written yet.

Please login to write comment.