Color Hex Logo

#d3cafd Color Hex

#D3CAFD
(211,202,253)
0 Favorites   0 Comments

Color spaces of #d3cafd

RGB 211202253
HSL0.700.930.89
HSV251°20°99°
CMYK 0.170.200.00   0.01
XYZ65.714163.1818101.6603
Yxy63.18180.28500.2740
Hunter Lab79.48708.4687-20.1884
CIE-Lab83.537913.0804-23.8590

#d3cafd color RGB value is (211,202,253).

#d3cafd hex color red value is 211, green value is 202 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d3cafd hue: 0.70 , saturation: 0.93 and the lightness value of d3cafd is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11001010 11111101
Octal 323 312 375
Decimal 211 202 253
Hex D3 CA FD

RGB Percentages of Color #d3cafd

%31.68
%30.33
%37.99

CMYK Percentages of Color #d3cafd

%17
%20
%0
%1

Triadic Colors of #d3cafd

#d3cafd #fdd3ca #cafdd3

Analogous Colors of #d3cafd

#d3cafd #edcafd #cadbfd

Monochromatic Colors of #d3cafd

#d3cafd

Complementary Color

#d3cafd #f4fdca

#d3cafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3cafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3cafd Color CSS Codes

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

#d3cafd Text Font Color

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

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


#d3cafd Background Color

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

This div background color is #d3cafd


#d3cafd Border Color

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

This div border color is #d3cafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3cafd


Comments

No comments written yet.

Please login to write comment.