Color Hex Logo

#c0aedd Color Hex

#C0AEDD
(192,174,221)
0 Favorites   0 Comments

Color spaces of #c0aedd

RGB 192174221
HSL0.730.410.77
HSV263°21°87°
CMYK 0.130.210.00   0.13
XYZ49.925446.699074.7891
Yxy46.69900.29130.2724
Hunter Lab68.336710.8194-17.0526
CIE-Lab73.996815.5091-21.2970

#c0aedd color RGB value is (192,174,221).

#c0aedd hex color red value is 192, green value is 174 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c0aedd hue: 0.73 , saturation: 0.41 and the lightness value of c0aedd is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10101110 11011101
Octal 300 256 335
Decimal 192 174 221
Hex C0 AE DD

RGB Percentages of Color #c0aedd

%32.71
%29.64
%37.65

CMYK Percentages of Color #c0aedd

%13
%21
%0
%13

Triadic Colors of #c0aedd

#c0aedd #ddc0ae #aeddc0

Analogous Colors of #c0aedd

#c0aedd #d8aedd #aeb4dd

Monochromatic Colors of #c0aedd

#c0aedd

Complementary Color

#c0aedd #cbddae

#c0aedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0aedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0aedd Color CSS Codes

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

#c0aedd Text Font Color

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

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


#c0aedd Background Color

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

This div background color is #c0aedd


#c0aedd Border Color

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

This div border color is #c0aedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0aedd


Comments

No comments written yet.

Please login to write comment.