Color Hex Logo

#d4cdef Color Hex

#D4CDEF
(212,205,239)
0 Favorites   0 Comments

Color spaces of #d4cdef

RGB 212205239
HSL0.700.520.87
HSV252°14°94°
CMYK 0.110.140.00   0.06
XYZ64.562763.891790.5909
Yxy63.89170.29470.2917
Hunter Lab79.93234.2961-11.2435
CIE-Lab83.90948.8821-15.8494

#d4cdef color RGB value is (212,205,239).

#d4cdef hex color red value is 212, green value is 205 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d4cdef hue: 0.70 , saturation: 0.52 and the lightness value of d4cdef is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11001101 11101111
Octal 324 315 357
Decimal 212 205 239
Hex D4 CD EF

RGB Percentages of Color #d4cdef

%32.32
%31.25
%36.43

CMYK Percentages of Color #d4cdef

%11
%14
%0
%6

Triadic Colors of #d4cdef

#d4cdef #efd4cd #cdefd4

Analogous Colors of #d4cdef

#d4cdef #e5cdef #cdd7ef

Monochromatic Colors of #d4cdef

#d4cdef

Complementary Color

#d4cdef #e8efcd

#d4cdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4cdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4cdef Color CSS Codes

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

#d4cdef Text Font Color

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

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


#d4cdef Background Color

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

This div background color is #d4cdef


#d4cdef Border Color

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

This div border color is #d4cdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4cdef


Comments

No comments written yet.

Please login to write comment.