Color Hex Logo

#c4aec2 Color Hex

#C4AEC2
(196,174,194)
0 Favorites   0 Comments

Color spaces of #c4aec2

RGB 196174194
HSL0.850.160.73
HSV305°11°77°
CMYK 0.000.110.01   0.23
XYZ47.638645.902957.3883
Yxy45.90290.31560.3041
Hunter Lab67.75176.9442-2.7948
CIE-Lab73.482511.4700-7.2739

#c4aec2 color RGB value is (196,174,194).

#c4aec2 hex color red value is 196, green value is 174 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #c4aec2 hue: 0.85 , saturation: 0.16 and the lightness value of c4aec2 is 0.73.

The process color (four color CMYK) of #c4aec2 color hex is 0.00, 0.11, 0.01, 0.23. Web safe color of #c4aec2 is #cc99cc. Color #c4aec2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10101110 11000010
Octal 304 256 302
Decimal 196 174 194
Hex C4 AE C2

RGB Percentages of Color #c4aec2

%34.75
%30.85
%34.40

CMYK Percentages of Color #c4aec2

%0
%11
%1
%23

Triadic Colors of #c4aec2

#c4aec2 #c2c4ae #aec2c4

Analogous Colors of #c4aec2

#c4aec2 #c4aeb7 #bbaec4

Monochromatic Colors of #c4aec2

#c4aec2

Complementary Color

#c4aec2 #aec4b0

#c4aec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4aec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4aec2 Color CSS Codes

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

#c4aec2 Text Font Color

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

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


#c4aec2 Background Color

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

This div background color is #c4aec2


#c4aec2 Border Color

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

This div border color is #c4aec2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4aec2


Comments

No comments written yet.

Please login to write comment.