Color Hex Logo

#c3aebd Color Hex

#C3AEBD
(195,174,189)
0 Favorites   0 Comments

Color spaces of #c3aebd

RGB 195174189
HSL0.880.150.72
HSV317°11°76°
CMYK 0.000.110.03   0.24
XYZ46.827045.548354.4678
Yxy45.54830.31890.3102
Hunter Lab67.48955.7441-0.6077
CIE-Lab73.251510.1974-4.8838

#c3aebd color RGB value is (195,174,189).

#c3aebd hex color red value is 195, green value is 174 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c3aebd hue: 0.88 , saturation: 0.15 and the lightness value of c3aebd is 0.72.

The process color (four color CMYK) of #c3aebd color hex is 0.00, 0.11, 0.03, 0.24. Web safe color of #c3aebd is #cc99cc. Color #c3aebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101110 10111101
Octal 303 256 275
Decimal 195 174 189
Hex C3 AE BD

RGB Percentages of Color #c3aebd

%34.95
%31.18
%33.87

CMYK Percentages of Color #c3aebd

%0
%11
%3
%24

Triadic Colors of #c3aebd

#c3aebd #bdc3ae #aebdc3

Analogous Colors of #c3aebd

#c3aebd #c3aeb3 #bfaec3

Monochromatic Colors of #c3aebd

#c3aebd

Complementary Color

#c3aebd #aec3b4

#c3aebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3aebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3aebd Color CSS Codes

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

#c3aebd Text Font Color

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

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


#c3aebd Background Color

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

This div background color is #c3aebd


#c3aebd Border Color

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

This div border color is #c3aebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3aebd


Comments

No comments written yet.

Please login to write comment.