Color Hex Logo

#d5ccfe Color Hex

#D5CCFE
(213,204,254)
0 Favorites   0 Comments

Color spaces of #d5ccfe

RGB 213204254
HSL0.700.960.90
HSV251°20°100°
CMYK 0.160.200.00   0.00
XYZ66.922864.4876102.6861
Yxy64.48760.28590.2755
Hunter Lab80.30428.2236-19.6021
CIE-Lab84.219012.8391-23.3401

#d5ccfe color RGB value is (213,204,254).

#d5ccfe hex color red value is 213, green value is 204 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d5ccfe hue: 0.70 , saturation: 0.96 and the lightness value of d5ccfe is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11001100 11111110
Octal 325 314 376
Decimal 213 204 254
Hex D5 CC FE

RGB Percentages of Color #d5ccfe

%31.74
%30.40
%37.85

CMYK Percentages of Color #d5ccfe

%16
%20
%0
%0

Triadic Colors of #d5ccfe

#d5ccfe #fed5cc #ccfed5

Analogous Colors of #d5ccfe

#d5ccfe #eeccfe #ccdcfe

Monochromatic Colors of #d5ccfe

#d5ccfe

Complementary Color

#d5ccfe #f5fecc

#d5ccfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5ccfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5ccfe Color CSS Codes

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

#d5ccfe Text Font Color

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

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


#d5ccfe Background Color

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

This div background color is #d5ccfe


#d5ccfe Border Color

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

This div border color is #d5ccfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5ccfe


Comments

No comments written yet.

Please login to write comment.