Color Hex Logo

#cdaceb Color Hex

#CDACEB
(205,172,235)
0 Favorites   0 Comments

Color spaces of #cdaceb

RGB 205172235
HSL0.750.610.80
HSV271°27°92°
CMYK 0.130.270.00   0.08
XYZ54.924848.482385.0604
Yxy48.48230.29140.2572
Hunter Lab69.629218.9529-23.6893
CIE-Lab75.128123.6729-27.0809

#cdaceb color RGB value is (205,172,235).

#cdaceb hex color red value is 205, green value is 172 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cdaceb hue: 0.75 , saturation: 0.61 and the lightness value of cdaceb is 0.80.

The process color (four color CMYK) of #cdaceb color hex is 0.13, 0.27, 0.00, 0.08. Web safe color of #cdaceb is #cc99ff. Color #cdaceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101100 11101011
Octal 315 254 353
Decimal 205 172 235
Hex CD AC EB

RGB Percentages of Color #cdaceb

%33.50
%28.10
%38.40

CMYK Percentages of Color #cdaceb

%13
%27
%0
%8

Triadic Colors of #cdaceb

#cdaceb #ebcdac #acebcd

Analogous Colors of #cdaceb

#cdaceb #ebacea #aeaceb

Monochromatic Colors of #cdaceb

#cdaceb

Complementary Color

#cdaceb #caebac

#cdaceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdaceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdaceb Color CSS Codes

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

#cdaceb Text Font Color

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

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


#cdaceb Background Color

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

This div background color is #cdaceb


#cdaceb Border Color

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

This div border color is #cdaceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdaceb


Comments

No comments written yet.

Please login to write comment.