Color Hex Logo

#c8aedf Color Hex

#C8AEDF
(200,174,223)
0 Favorites   0 Comments

Color spaces of #c8aedf

RGB 200174223
HSL0.760.430.78
HSV272°22°87°
CMYK 0.100.220.00   0.13
XYZ52.274847.879276.2985
Yxy47.87920.29630.2713
Hunter Lab69.194813.7610-16.9405
CIE-Lab74.748718.4998-21.1800

#c8aedf color RGB value is (200,174,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101110 11011111
Octal 310 256 337
Decimal 200 174 223
Hex C8 AE DF

RGB Percentages of Color #c8aedf

%33.50
%29.15
%37.35

CMYK Percentages of Color #c8aedf

%10
%22
%0
%13

Triadic Colors of #c8aedf

#c8aedf #dfc8ae #aedfc8

Analogous Colors of #c8aedf

#c8aedf #dfaede #b0aedf

Monochromatic Colors of #c8aedf

#c8aedf

Complementary Color

#c8aedf #c5dfae

#c8aedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8aedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8aedf Color CSS Codes

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

#c8aedf Text Font Color

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

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


#c8aedf Background Color

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

This div background color is #c8aedf


#c8aedf Border Color

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

This div border color is #c8aedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8aedf


Comments

No comments written yet.

Please login to write comment.