Color Hex Logo

#c7aeca Color Hex

#C7AECA
(199,174,202)
0 Favorites   0 Comments

Color spaces of #c7aeca

RGB 199174202
HSL0.820.210.74
HSV294°14°79°
CMYK 0.010.140.00   0.21
XYZ49.349946.678562.2859
Yxy46.67850.31170.2948
Hunter Lab68.32179.3707-6.2270
CIE-Lab73.983714.0098-10.8807

#c7aeca color RGB value is (199,174,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10101110 11001010
Octal 307 256 312
Decimal 199 174 202
Hex C7 AE CA

RGB Percentages of Color #c7aeca

%34.61
%30.26
%35.13

CMYK Percentages of Color #c7aeca

%1
%14
%0
%21

Triadic Colors of #c7aeca

#c7aeca #cac7ae #aecac7

Analogous Colors of #c7aeca

#c7aeca #caaebf #b9aeca

Monochromatic Colors of #c7aeca

#c7aeca

Complementary Color

#c7aeca #b1caae

#c7aeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7aeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7aeca Color CSS Codes

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

#c7aeca Text Font Color

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

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


#c7aeca Background Color

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

This div background color is #c7aeca


#c7aeca Border Color

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

This div border color is #c7aeca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,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 #c7aeca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7aeca

#c7aeca Color Palettes


Comments

No comments written yet.

Please login to write comment.