Color Hex Logo

#d5cdfd Color Hex

#D5CDFD
(213,205,253)
1 Favorites   0 Comments

Color spaces of #d5cdfd

RGB 213205253
HSL0.690.920.90
HSV250°19°99°
CMYK 0.160.190.00   0.01
XYZ67.001564.9006101.9242
Yxy64.90060.28650.2776
Hunter Lab80.56097.4746-18.6200
CIE-Lab84.432512.0932-22.4857

#d5cdfd color RGB value is (213,205,253).

#d5cdfd hex color red value is 213, green value is 205 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d5cdfd hue: 0.69 , saturation: 0.92 and the lightness value of d5cdfd is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11001101 11111101
Octal 325 315 375
Decimal 213 205 253
Hex D5 CD FD

RGB Percentages of Color #d5cdfd

%31.74
%30.55
%37.70

CMYK Percentages of Color #d5cdfd

%16
%19
%0
%1

Triadic Colors of #d5cdfd

#d5cdfd #fdd5cd #cdfdd5

Analogous Colors of #d5cdfd

#d5cdfd #edcdfd #cdddfd

Monochromatic Colors of #d5cdfd

#d5cdfd

Complementary Color

#d5cdfd #f5fdcd

#d5cdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5cdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5cdfd Color CSS Codes

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

#d5cdfd Text Font Color

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

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


#d5cdfd Background Color

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

This div background color is #d5cdfd


#d5cdfd Border Color

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

This div border color is #d5cdfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,205,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5cdfd


Comments

No comments written yet.

Please login to write comment.