Color Hex Logo

#c3aeb3 Color Hex

#C3AEB3
(195,174,179)
0 Favorites   0 Comments

Color spaces of #c3aeb3

RGB 195174179
HSL0.960.150.72
HSV346°11°76°
CMYK 0.000.110.08   0.24
XYZ45.778445.128948.9458
Yxy45.12890.32730.3227
Hunter Lab67.17804.07703.8260
CIE-Lab72.97678.41180.2000

#c3aeb3 color RGB value is (195,174,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101110 10110011
Octal 303 256 263
Decimal 195 174 179
Hex C3 AE B3

RGB Percentages of Color #c3aeb3

%35.58
%31.75
%32.66

CMYK Percentages of Color #c3aeb3

%0
%11
%8
%24

Triadic Colors of #c3aeb3

#c3aeb3 #b3c3ae #aeb3c3

Analogous Colors of #c3aeb3

#c3aeb3 #c3b4ae #c3aebe

Monochromatic Colors of #c3aeb3

#c3aeb3

Complementary Color

#c3aeb3 #aec3be

#c3aeb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3aeb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3aeb3 Color CSS Codes

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

#c3aeb3 Text Font Color

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

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


#c3aeb3 Background Color

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

This div background color is #c3aeb3


#c3aeb3 Border Color

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

This div border color is #c3aeb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3aeb3

#c3aeb3 Color Palettes


Comments

No comments written yet.

Please login to write comment.