Color Hex Logo

#c4aedb Color Hex

#C4AEDB
(196,174,219)
0 Favorites   0 Comments

Color spaces of #c4aedb

RGB 196174219
HSL0.750.380.77
HSV269°21°86°
CMYK 0.110.210.00   0.14
XYZ50.687247.122373.4419
Yxy47.12230.29600.2752
Hunter Lab68.645711.6724-15.3806
CIE-Lab74.267916.3821-19.7636

#c4aedb color RGB value is (196,174,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10101110 11011011
Octal 304 256 333
Decimal 196 174 219
Hex C4 AE DB

RGB Percentages of Color #c4aedb

%33.28
%29.54
%37.18

CMYK Percentages of Color #c4aedb

%11
%21
%0
%14

Triadic Colors of #c4aedb

#c4aedb #dbc4ae #aedbc4

Analogous Colors of #c4aedb

#c4aedb #dbaedb #aeafdb

Monochromatic Colors of #c4aedb

#c4aedb

Complementary Color

#c4aedb #c5dbae

#c4aedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4aedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4aedb Color CSS Codes

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

#c4aedb Text Font Color

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

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


#c4aedb Background Color

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

This div background color is #c4aedb


#c4aedb Border Color

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

This div border color is #c4aedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4aedb


Comments

No comments written yet.

Please login to write comment.