Color Hex Logo

#c0aedc Color Hex

#C0AEDC
(192,174,220)
0 Favorites   0 Comments

Color spaces of #c0aedc

RGB 192174220
HSL0.730.400.77
HSV263°21°86°
CMYK 0.130.210.00   0.14
XYZ49.792546.645974.0894
Yxy46.64590.29200.2735
Hunter Lab68.297810.6142-16.5093
CIE-Lab73.962715.2979-20.8038

#c0aedc color RGB value is (192,174,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10101110 11011100
Octal 300 256 334
Decimal 192 174 220
Hex C0 AE DC

RGB Percentages of Color #c0aedc

%32.76
%29.69
%37.54

CMYK Percentages of Color #c0aedc

%13
%21
%0
%14

Triadic Colors of #c0aedc

#c0aedc #dcc0ae #aedcc0

Analogous Colors of #c0aedc

#c0aedc #d7aedc #aeb3dc

Monochromatic Colors of #c0aedc

#c0aedc

Complementary Color

#c0aedc #cadcae

#c0aedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0aedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0aedc Color CSS Codes

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

#c0aedc Text Font Color

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

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


#c0aedc Background Color

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

This div background color is #c0aedc


#c0aedc Border Color

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

This div border color is #c0aedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0aedc


Comments

No comments written yet.

Please login to write comment.