Color Hex Logo

#c1aecd Color Hex

#C1AECD
(193,174,205)
0 Favorites   0 Comments

Color spaces of #c1aecd

RGB 193174205
HSL0.770.240.74
HSV277°15°80°
CMYK 0.060.150.00   0.20
XYZ48.147846.017364.1022
Yxy46.01730.30420.2908
Hunter Lab67.83617.9803-8.5413
CIE-Lab73.556812.5600-13.2151

#c1aecd color RGB value is (193,174,205).

#c1aecd hex color red value is 193, green value is 174 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c1aecd hue: 0.77 , saturation: 0.24 and the lightness value of c1aecd is 0.74.

The process color (four color CMYK) of #c1aecd color hex is 0.06, 0.15, 0.00, 0.20. Web safe color of #c1aecd is #cc99cc. Color #c1aecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10101110 11001101
Octal 301 256 315
Decimal 193 174 205
Hex C1 AE CD

RGB Percentages of Color #c1aecd

%33.74
%30.42
%35.84

CMYK Percentages of Color #c1aecd

%6
%15
%0
%20

Triadic Colors of #c1aecd

#c1aecd #cdc1ae #aecdc1

Analogous Colors of #c1aecd

#c1aecd #cdaeca #b2aecd

Monochromatic Colors of #c1aecd

#c1aecd

Complementary Color

#c1aecd #bacdae

#c1aecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1aecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1aecd Color CSS Codes

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

#c1aecd Text Font Color

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

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


#c1aecd Background Color

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

This div background color is #c1aecd


#c1aecd Border Color

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

This div border color is #c1aecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1aecd


Comments

No comments written yet.

Please login to write comment.