Color Hex Logo

#c4aede Color Hex

#C4AEDE
(196,174,222)
0 Favorites   0 Comments

Color spaces of #c4aede

RGB 196174222
HSL0.740.420.78
HSV268°22°87°
CMYK 0.120.220.00   0.13
XYZ51.085847.281875.5410
Yxy47.28180.29380.2719
Hunter Lab68.761812.2815-17.0022
CIE-Lab74.369717.0037-21.2436

#c4aede color RGB value is (196,174,222).

#c4aede hex color red value is 196, green value is 174 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c4aede hue: 0.74 , saturation: 0.42 and the lightness value of c4aede is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10101110 11011110
Octal 304 256 336
Decimal 196 174 222
Hex C4 AE DE

RGB Percentages of Color #c4aede

%33.11
%29.39
%37.50

CMYK Percentages of Color #c4aede

%12
%22
%0
%13

Triadic Colors of #c4aede

#c4aede #dec4ae #aedec4

Analogous Colors of #c4aede

#c4aede #dcaede #aeb0de

Monochromatic Colors of #c4aede

#c4aede

Complementary Color

#c4aede #c8deae

#c4aede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4aede Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4aede Color CSS Codes

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

#c4aede Text Font Color

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

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


#c4aede Background Color

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

This div background color is #c4aede


#c4aede Border Color

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

This div border color is #c4aede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4aede


Comments

No comments written yet.

Please login to write comment.