Color Hex Logo

#cdc3eb Color Hex

#CDC3EB
(205,195,235)
0 Favorites   0 Comments

Color spaces of #cdc3eb

RGB 205195235
HSL0.710.500.84
HSV255°17°92°
CMYK 0.130.170.00   0.08
XYZ59.687358.007586.6480
Yxy58.00750.29210.2839
Hunter Lab76.16276.6026-14.1386
CIE-Lab80.743011.1761-18.5391

#cdc3eb color RGB value is (205,195,235).

#cdc3eb hex color red value is 205, green value is 195 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cdc3eb hue: 0.71 , saturation: 0.50 and the lightness value of cdc3eb is 0.84.

The process color (four color CMYK) of #cdc3eb color hex is 0.13, 0.17, 0.00, 0.08. Web safe color of #cdc3eb is #ccccff. Color #cdc3eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11000011 11101011
Octal 315 303 353
Decimal 205 195 235
Hex CD C3 EB

RGB Percentages of Color #cdc3eb

%32.28
%30.71
%37.01

CMYK Percentages of Color #cdc3eb

%13
%17
%0
%8

Triadic Colors of #cdc3eb

#cdc3eb #ebcdc3 #c3ebcd

Analogous Colors of #cdc3eb

#cdc3eb #e1c3eb #c3cdeb

Monochromatic Colors of #cdc3eb

#cdc3eb

Complementary Color

#cdc3eb #e1ebc3

#cdc3eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc3eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc3eb Color CSS Codes

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

#cdc3eb Text Font Color

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

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


#cdc3eb Background Color

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

This div background color is #cdc3eb


#cdc3eb Border Color

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

This div border color is #cdc3eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc3eb


Comments

No comments written yet.

Please login to write comment.