Color Hex Logo

#d1cafe Color Hex

#D1CAFE
(209,202,254)
0 Favorites   0 Comments

Color spaces of #d1cafe

RGB 209202254
HSL0.690.960.89
HSV248°20°100°
CMYK 0.180.200.00   0.00
XYZ65.304462.9521102.4750
Yxy62.95210.28300.2728
Hunter Lab79.34248.0691-21.0366
CIE-Lab83.417212.6803-24.5880

#d1cafe color RGB value is (209,202,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11001010 11111110
Octal 321 312 376
Decimal 209 202 254
Hex D1 CA FE

RGB Percentages of Color #d1cafe

%31.43
%30.38
%38.20

CMYK Percentages of Color #d1cafe

%18
%20
%0
%0

Triadic Colors of #d1cafe

#d1cafe #fed1ca #cafed1

Analogous Colors of #d1cafe

#d1cafe #ebcafe #caddfe

Monochromatic Colors of #d1cafe

#d1cafe

Complementary Color

#d1cafe #f7feca

#d1cafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1cafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1cafe Color CSS Codes

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

#d1cafe Text Font Color

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

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


#d1cafe Background Color

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

This div background color is #d1cafe


#d1cafe Border Color

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

This div border color is #d1cafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1cafe


Comments

No comments written yet.

Please login to write comment.