Color Hex Logo

#c3aeca Color Hex

#C3AECA
(195,174,202)
0 Favorites   0 Comments

Color spaces of #c3aeca

RGB 195174202
HSL0.790.210.74
HSV285°14°79°
CMYK 0.030.140.00   0.21
XYZ48.302446.138562.2369
Yxy46.13850.30830.2945
Hunter Lab67.92538.0639-6.7770
CIE-Lab73.635312.6475-11.4377

#c3aeca color RGB value is (195,174,202).

#c3aeca hex color red value is 195, green value is 174 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c3aeca hue: 0.79 , saturation: 0.21 and the lightness value of c3aeca is 0.74.

The process color (four color CMYK) of #c3aeca color hex is 0.03, 0.14, 0.00, 0.21. Web safe color of #c3aeca is #cc99cc. Color #c3aeca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101110 11001010
Octal 303 256 312
Decimal 195 174 202
Hex C3 AE CA

RGB Percentages of Color #c3aeca

%34.15
%30.47
%35.38

CMYK Percentages of Color #c3aeca

%3
%14
%0
%21

Triadic Colors of #c3aeca

#c3aeca #cac3ae #aecac3

Analogous Colors of #c3aeca

#c3aeca #caaec3 #b5aeca

Monochromatic Colors of #c3aeca

#c3aeca

Complementary Color

#c3aeca #b5caae

#c3aeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3aeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3aeca Color CSS Codes

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

#c3aeca Text Font Color

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

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


#c3aeca Background Color

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

This div background color is #c3aeca


#c3aeca Border Color

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

This div border color is #c3aeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3aeca


Comments

No comments written yet.

Please login to write comment.