Color Hex Logo

#c8aebd Color Hex

#C8AEBD
(200,174,189)
1 Favorites   0 Comments

Color spaces of #c8aebd

RGB 200174189
HSL0.900.190.73
HSV325°13°78°
CMYK 0.000.130.05   0.22
XYZ48.140846.225654.5293
Yxy46.22560.32330.3105
Hunter Lab67.98947.40780.0404
CIE-Lab73.691711.9591-4.1846

#c8aebd color RGB value is (200,174,189).

#c8aebd hex color red value is 200, green value is 174 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c8aebd hue: 0.90 , saturation: 0.19 and the lightness value of c8aebd is 0.73.

The process color (four color CMYK) of #c8aebd color hex is 0.00, 0.13, 0.05, 0.22. Web safe color of #c8aebd is #cc99cc. Color #c8aebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101110 10111101
Octal 310 256 275
Decimal 200 174 189
Hex C8 AE BD

RGB Percentages of Color #c8aebd

%35.52
%30.91
%33.57

CMYK Percentages of Color #c8aebd

%0
%13
%5
%22

Triadic Colors of #c8aebd

#c8aebd #bdc8ae #aebdc8

Analogous Colors of #c8aebd

#c8aebd #c8aeb0 #c6aec8

Monochromatic Colors of #c8aebd

#c8aebd

Complementary Color

#c8aebd #aec8b9

#c8aebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8aebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8aebd Color CSS Codes

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

#c8aebd Text Font Color

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

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


#c8aebd Background Color

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

This div background color is #c8aebd


#c8aebd Border Color

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

This div border color is #c8aebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8aebd


Comments

No comments written yet.

Please login to write comment.