Color Hex Logo

#c1aecc Color Hex

#C1AECC
(193,174,204)
0 Favorites   0 Comments

Color spaces of #c1aecc

RGB 193174204
HSL0.770.230.74
HSV278°15°80°
CMYK 0.050.150.00   0.20
XYZ48.027545.969263.4684
Yxy45.96920.30500.2919
Hunter Lab67.80067.7919-8.0412
CIE-Lab73.525512.3623-12.7146

#c1aecc color RGB value is (193,174,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10101110 11001100
Octal 301 256 314
Decimal 193 174 204
Hex C1 AE CC

RGB Percentages of Color #c1aecc

%33.80
%30.47
%35.73

CMYK Percentages of Color #c1aecc

%5
%15
%0
%20

Triadic Colors of #c1aecc

#c1aecc #ccc1ae #aeccc1

Analogous Colors of #c1aecc

#c1aecc #ccaec8 #b2aecc

Monochromatic Colors of #c1aecc

#c1aecc

Complementary Color

#c1aecc #b9ccae

#c1aecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1aecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1aecc Color CSS Codes

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

#c1aecc Text Font Color

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

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


#c1aecc Background Color

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

This div background color is #c1aecc


#c1aecc Border Color

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

This div border color is #c1aecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1aecc


Comments

No comments written yet.

Please login to write comment.