Color Hex Logo

#c8aede Color Hex

#C8AEDE
(200,174,222)
0 Favorites   0 Comments

Color spaces of #c8aede

RGB 200174222
HSL0.760.420.78
HSV273°22°87°
CMYK 0.100.220.00   0.13
XYZ52.140347.825475.5904
Yxy47.82540.29700.2724
Hunter Lab69.155913.5578-16.3974
CIE-Lab74.714718.2947-20.6874

#c8aede color RGB value is (200,174,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101110 11011110
Octal 310 256 336
Decimal 200 174 222
Hex C8 AE DE

RGB Percentages of Color #c8aede

%33.56
%29.19
%37.25

CMYK Percentages of Color #c8aede

%10
%22
%0
%13

Triadic Colors of #c8aede

#c8aede #dec8ae #aedec8

Analogous Colors of #c8aede

#c8aede #deaedc #b0aede

Monochromatic Colors of #c8aede

#c8aede

Complementary Color

#c8aede #c4deae

#c8aede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8aede Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8aede Color CSS Codes

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

#c8aede Text Font Color

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

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


#c8aede Background Color

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

This div background color is #c8aede


#c8aede Border Color

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

This div border color is #c8aede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8aede


Comments

No comments written yet.

Please login to write comment.