color codes Logo

#d4caef color codes

#D4CAEF
(212,202,239)
0 Favorites   0 Comments

Color spaces of #d4caef

RGB 212202239
HSL0.710.540.86
HSV256°15°94°
CMYK 0.110.150.00   0.06
XYZ63.851962.470190.3539
Yxy62.47010.29470.2883
Hunter Lab79.03805.8870-12.4519
CIE-Lab83.162810.4811-16.9724

#d4caef color RGB value is (212,202,239).

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

The process color (four color CMYK) of #d4caef color code is 0.11, 0.15, 0.00, 0.06. Web safe color of #d4caef is #ccccff. Color #d4caef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11001010 11101111
Octal 324 312 357
Decimal 212 202 239
Hex D4 CA EF

RGB Percentages of Color #d4caef

%32.47
%30.93
%36.60

CMYK Percentages of Color #d4caef

%11
%15
%0
%6

Triadic Colors of #d4caef

#d4caef #efd4ca #caefd4

Analogous Colors of #d4caef

#d4caef #e7caef #cad3ef

Monochromatic Colors of #d4caef

#d4caef

Complementary Color

#d4caef #e5efca

#d4caef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4caef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4caef Color CSS Codes

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

#d4caef Text Font Color

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

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


#d4caef Background Color

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

This div background color is #d4caef


#d4caef Border Color

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

This div border color is #d4caef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4caef


Comments

No comments written yet.

Please login to write comment.