Color Hex Logo

#c8aded Color Hex

#C8ADED
(200,173,237)
0 Favorites   0 Comments

Color spaces of #c8aded

RGB 200173237
HSL0.740.640.80
HSV265°27°93°
CMYK 0.160.270.00   0.07
XYZ54.049048.280986.5912
Yxy48.28090.28610.2556
Hunter Lab69.484517.2497-25.2478
CIE-Lab75.001821.9921-28.3972

#c8aded color RGB value is (200,173,237).

#c8aded hex color red value is 200, green value is 173 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c8aded hue: 0.74 , saturation: 0.64 and the lightness value of c8aded is 0.80.

The process color (four color CMYK) of #c8aded color hex is 0.16, 0.27, 0.00, 0.07. Web safe color of #c8aded is #cc99ff. Color #c8aded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101101 11101101
Octal 310 255 355
Decimal 200 173 237
Hex C8 AD ED

RGB Percentages of Color #c8aded

%32.79
%28.36
%38.85

CMYK Percentages of Color #c8aded

%16
%27
%0
%7

Triadic Colors of #c8aded

#c8aded #edc8ad #adedc8

Analogous Colors of #c8aded

#c8aded #e8aded #adb2ed

Monochromatic Colors of #c8aded

#c8aded

Complementary Color

#c8aded #d2edad

#c8aded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8aded Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8aded Color CSS Codes

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

#c8aded Text Font Color

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

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


#c8aded Background Color

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

This div background color is #c8aded


#c8aded Border Color

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

This div border color is #c8aded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8aded


Comments

No comments written yet.

Please login to write comment.