Color Hex Logo

#c3aeba Color Hex

#C3AEBA
(195,174,186)
0 Favorites   0 Comments

Color spaces of #c3aeba

RGB 195174186
HSL0.900.150.72
HSV326°11°76°
CMYK 0.000.110.05   0.24
XYZ46.504745.419452.7701
Yxy45.41940.32140.3139
Hunter Lab67.39395.23330.7511
CIE-Lab73.16729.6525-3.3622

#c3aeba color RGB value is (195,174,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101110 10111010
Octal 303 256 272
Decimal 195 174 186
Hex C3 AE BA

RGB Percentages of Color #c3aeba

%35.14
%31.35
%33.51

CMYK Percentages of Color #c3aeba

%0
%11
%5
%24

Triadic Colors of #c3aeba

#c3aeba #bac3ae #aebac3

Analogous Colors of #c3aeba

#c3aeba #c3aeb0 #c2aec3

Monochromatic Colors of #c3aeba

#c3aeba

Complementary Color

#c3aeba #aec3b7

#c3aeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3aeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3aeba Color CSS Codes

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

#c3aeba Text Font Color

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

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


#c3aeba Background Color

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

This div background color is #c3aeba


#c3aeba Border Color

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

This div border color is #c3aeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3aeba


Comments

No comments written yet.

Please login to write comment.