Color Hex Logo

#c8aecc Color Hex

#C8AECC
(200,174,204)
0 Favorites   0 Comments

Color spaces of #c8aecc

RGB 200174204
HSL0.810.230.74
HSV292°15°80°
CMYK 0.020.150.00   0.20
XYZ49.854646.911163.5539
Yxy46.91110.31100.2926
Hunter Lab68.491710.0684-7.0714
CIE-Lab74.132914.7319-11.7425

#c8aecc color RGB value is (200,174,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101110 11001100
Octal 310 256 314
Decimal 200 174 204
Hex C8 AE CC

RGB Percentages of Color #c8aecc

%34.60
%30.10
%35.29

CMYK Percentages of Color #c8aecc

%2
%15
%0
%20

Triadic Colors of #c8aecc

#c8aecc #ccc8ae #aeccc8

Analogous Colors of #c8aecc

#c8aecc #ccaec1 #b9aecc

Monochromatic Colors of #c8aecc

#c8aecc

Complementary Color

#c8aecc #b2ccae

#c8aecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8aecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8aecc Color CSS Codes

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

#c8aecc Text Font Color

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

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


#c8aecc Background Color

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

This div background color is #c8aecc


#c8aecc Border Color

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

This div border color is #c8aecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8aecc


Comments

No comments written yet.

Please login to write comment.