Color Hex Logo

#d0cafc Color Hex

#D0CAFC
(208,202,252)
0 Favorites   0 Comments

Color spaces of #d0cafc

RGB 208202252
HSL0.690.890.89
HSV247°20°99°
CMYK 0.170.200.00   0.01
XYZ64.703662.6792100.7835
Yxy62.67920.28360.2747
Hunter Lab79.17027.3352-20.0569
CIE-Lab83.273311.9432-23.7517

#d0cafc color RGB value is (208,202,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11001010 11111100
Octal 320 312 374
Decimal 208 202 252
Hex D0 CA FC

RGB Percentages of Color #d0cafc

%31.42
%30.51
%38.07

CMYK Percentages of Color #d0cafc

%17
%20
%0
%1

Triadic Colors of #d0cafc

#d0cafc #fcd0ca #cafcd0

Analogous Colors of #d0cafc

#d0cafc #e9cafc #caddfc

Monochromatic Colors of #d0cafc

#d0cafc

Complementary Color

#d0cafc #f6fcca

#d0cafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0cafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0cafc Color CSS Codes

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

#d0cafc Text Font Color

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

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


#d0cafc Background Color

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

This div background color is #d0cafc


#d0cafc Border Color

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

This div border color is #d0cafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0cafc


Comments

No comments written yet.

Please login to write comment.