Color Hex Logo

#c1aeca Color Hex

#C1AECA
(193,174,202)
0 Favorites   0 Comments

Color spaces of #c1aeca

RGB 193174202
HSL0.780.210.74
HSV281°14°79°
CMYK 0.040.140.00   0.21
XYZ47.789045.873862.2129
Yxy45.87380.30660.2943
Hunter Lab67.73027.4180-7.0491
CIE-Lab73.463611.9691-11.7125

#c1aeca color RGB value is (193,174,202).

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

The process color (four color CMYK) of #c1aeca color hex is 0.04, 0.14, 0.00, 0.21. Web safe color of #c1aeca is #cc99cc. Color #c1aeca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10101110 11001010
Octal 301 256 312
Decimal 193 174 202
Hex C1 AE CA

RGB Percentages of Color #c1aeca

%33.92
%30.58
%35.50

CMYK Percentages of Color #c1aeca

%4
%14
%0
%21

Triadic Colors of #c1aeca

#c1aeca #cac1ae #aecac1

Analogous Colors of #c1aeca

#c1aeca #caaec5 #b3aeca

Monochromatic Colors of #c1aeca

#c1aeca

Complementary Color

#c1aeca #b7caae

#c1aeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1aeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1aeca Color CSS Codes

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

#c1aeca Text Font Color

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

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


#c1aeca Background Color

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

This div background color is #c1aeca


#c1aeca Border Color

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

This div border color is #c1aeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1aeca


Comments

No comments written yet.

Please login to write comment.