Color Hex Logo

#c6aedb Color Hex

#C6AEDB
(198,174,219)
0 Favorites   0 Comments

Color spaces of #c6aedb

RGB 198174219
HSL0.760.380.77
HSV272°21°86°
CMYK 0.100.210.00   0.14
XYZ51.210947.392373.4664
Yxy47.39230.29760.2754
Hunter Lab68.842112.3107-15.0832
CIE-Lab74.440017.0321-19.4864

#c6aedb color RGB value is (198,174,219).

#c6aedb hex color red value is 198, green value is 174 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c6aedb hue: 0.76 , saturation: 0.38 and the lightness value of c6aedb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10101110 11011011
Octal 306 256 333
Decimal 198 174 219
Hex C6 AE DB

RGB Percentages of Color #c6aedb

%33.50
%29.44
%37.06

CMYK Percentages of Color #c6aedb

%10
%21
%0
%14

Triadic Colors of #c6aedb

#c6aedb #dbc6ae #aedbc6

Analogous Colors of #c6aedb

#c6aedb #dbaeda #b0aedb

Monochromatic Colors of #c6aedb

#c6aedb

Complementary Color

#c6aedb #c3dbae

#c6aedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6aedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6aedb Color CSS Codes

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

#c6aedb Text Font Color

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

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


#c6aedb Background Color

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

This div background color is #c6aedb


#c6aedb Border Color

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

This div border color is #c6aedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6aedb


Comments

No comments written yet.

Please login to write comment.