Color Hex Logo

#c4aece Color Hex

#C4AECE
(196,174,206)
0 Favorites   0 Comments

Color spaces of #c4aece

RGB 196174206
HSL0.780.250.75
HSV281°16°81°
CMYK 0.050.160.00   0.19
XYZ49.041646.464164.7762
Yxy46.46410.30600.2899
Hunter Lab68.16469.1354-8.6276
CIE-Lab73.845713.7659-13.3024

#c4aece color RGB value is (196,174,206).

#c4aece hex color red value is 196, green value is 174 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c4aece hue: 0.78 , saturation: 0.25 and the lightness value of c4aece is 0.75.

The process color (four color CMYK) of #c4aece color hex is 0.05, 0.16, 0.00, 0.19. Web safe color of #c4aece is #cc99cc. Color #c4aece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10101110 11001110
Octal 304 256 316
Decimal 196 174 206
Hex C4 AE CE

RGB Percentages of Color #c4aece

%34.03
%30.21
%35.76

CMYK Percentages of Color #c4aece

%5
%16
%0
%19

Triadic Colors of #c4aece

#c4aece #cec4ae #aecec4

Analogous Colors of #c4aece

#c4aece #ceaec8 #b4aece

Monochromatic Colors of #c4aece

#c4aece

Complementary Color

#c4aece #b8ceae

#c4aece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4aece Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4aece Color CSS Codes

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

#c4aece Text Font Color

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

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


#c4aece Background Color

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

This div background color is #c4aece


#c4aece Border Color

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

This div border color is #c4aece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4aece


Comments

No comments written yet.

Please login to write comment.