Color Hex Logo

#d4cced Color Hex

#D4CCED
(212,204,237)
0 Favorites   0 Comments

Color spaces of #d4cced

RGB 212204237
HSL0.710.480.86
HSV255°14°93°
CMYK 0.110.140.00   0.07
XYZ64.030363.297288.9636
Yxy63.29720.29600.2926
Hunter Lab79.55954.4294-10.6065
CIE-Lab83.59859.0105-15.2522

#d4cced color RGB value is (212,204,237).

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

The process color (four color CMYK) of #d4cced color hex is 0.11, 0.14, 0.00, 0.07. Web safe color of #d4cced is #ccccff. Color #d4cced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11001100 11101101
Octal 324 314 355
Decimal 212 204 237
Hex D4 CC ED

RGB Percentages of Color #d4cced

%32.47
%31.24
%36.29

CMYK Percentages of Color #d4cced

%11
%14
%0
%7

Triadic Colors of #d4cced

#d4cced #edd4cc #ccedd4

Analogous Colors of #d4cced

#d4cced #e5cced #ccd5ed

Monochromatic Colors of #d4cced

#d4cced

Complementary Color

#d4cced #e5edcc

#d4cced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4cced Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4cced Color CSS Codes

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

#d4cced Text Font Color

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

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


#d4cced Background Color

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

This div background color is #d4cced


#d4cced Border Color

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

This div border color is #d4cced


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,204,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4cced


Comments

No comments written yet.

Please login to write comment.