Color Hex Logo

#c0aade Color Hex

#C0AADE
(192,170,222)
0 Favorites   0 Comments

Color spaces of #c0aade

RGB 192170222
HSL0.740.440.77
HSV265°23°87°
CMYK 0.140.230.00   0.13
XYZ49.297845.229875.2392
Yxy45.22980.29040.2664
Hunter Lab67.253113.1510-19.2533
CIE-Lab73.043017.9230-23.2949

#c0aade color RGB value is (192,170,222).

#c0aade hex color red value is 192, green value is 170 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c0aade hue: 0.74 , saturation: 0.44 and the lightness value of c0aade is 0.77.

The process color (four color CMYK) of #c0aade color hex is 0.14, 0.23, 0.00, 0.13. Web safe color of #c0aade is #cc99cc. Color #c0aade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10101010 11011110
Octal 300 252 336
Decimal 192 170 222
Hex C0 AA DE

RGB Percentages of Color #c0aade

%32.88
%29.11
%38.01

CMYK Percentages of Color #c0aade

%14
%23
%0
%13

Triadic Colors of #c0aade

#c0aade #dec0aa #aadec0

Analogous Colors of #c0aade

#c0aade #daaade #aaaede

Monochromatic Colors of #c0aade

#c0aade

Complementary Color

#c0aade #c8deaa

#c0aade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0aade Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0aade Color CSS Codes

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

#c0aade Text Font Color

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

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


#c0aade Background Color

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

This div background color is #c0aade


#c0aade Border Color

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

This div border color is #c0aade


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,170,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c0aade; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c0aade;
  -webkit-box-shadow: 1px 1px 3px 2px #c0aade;
  box-shadow:         1px 1px 3px 2px #c0aade; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,170,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0aade


Comments

No comments written yet.

Please login to write comment.