Color Hex Logo

#c3aeaf Color Hex

#C3AEAF
(195,174,175)
0 Favorites   0 Comments

Color spaces of #c3aeaf

RGB 195174175
HSL0.990.150.72
HSV357°11°76°
CMYK 0.000.110.10   0.24
XYZ45.379644.969446.8456
Yxy44.96940.33080.3278
Hunter Lab67.05923.43905.5232
CIE-Lab72.87177.72272.2425

#c3aeaf color RGB value is (195,174,175).

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

The process color (four color CMYK) of #c3aeaf color hex is 0.00, 0.11, 0.10, 0.24. Web safe color of #c3aeaf is #cc9999. Color #c3aeaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101110 10101111
Octal 303 256 257
Decimal 195 174 175
Hex C3 AE AF

RGB Percentages of Color #c3aeaf

%35.85
%31.99
%32.17

CMYK Percentages of Color #c3aeaf

%0
%11
%10
%24

Triadic Colors of #c3aeaf

#c3aeaf #afc3ae #aeafc3

Analogous Colors of #c3aeaf

#c3aeaf #c3b8ae #c3aeba

Monochromatic Colors of #c3aeaf

#c3aeaf

Complementary Color

#c3aeaf #aec3c2

#c3aeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3aeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3aeaf Color CSS Codes

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

#c3aeaf Text Font Color

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

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


#c3aeaf Background Color

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

This div background color is #c3aeaf


#c3aeaf Border Color

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

This div border color is #c3aeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3aeaf


Comments

No comments written yet.

Please login to write comment.