Color Hex Logo

#c3aebf Color Hex

#C3AEBF
(195,174,191)
0 Favorites   0 Comments

Color spaces of #c3aebf

RGB 195174191
HSL0.870.150.72
HSV311°11°76°
CMYK 0.000.110.02   0.24
XYZ47.045745.635855.6192
Yxy45.63580.31720.3077
Hunter Lab67.55436.0898-1.5270
CIE-Lab73.308610.5650-5.8963

#c3aebf color RGB value is (195,174,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101110 10111111
Octal 303 256 277
Decimal 195 174 191
Hex C3 AE BF

RGB Percentages of Color #c3aebf

%34.82
%31.07
%34.11

CMYK Percentages of Color #c3aebf

%0
%11
%2
%24

Triadic Colors of #c3aebf

#c3aebf #bfc3ae #aebfc3

Analogous Colors of #c3aebf

#c3aebf #c3aeb5 #bdaec3

Monochromatic Colors of #c3aebf

#c3aebf

Complementary Color

#c3aebf #aec3b2

#c3aebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3aebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3aebf Color CSS Codes

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

#c3aebf Text Font Color

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

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


#c3aebf Background Color

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

This div background color is #c3aebf


#c3aebf Border Color

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

This div border color is #c3aebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3aebf


Comments

No comments written yet.

Please login to write comment.