Color Hex Logo

#c4aecf Color Hex

#C4AECF
(196,174,207)
0 Favorites   0 Comments

Color spaces of #c4aecf

RGB 196174207
HSL0.780.260.75
HSV280°16°81°
CMYK 0.050.160.00   0.19
XYZ49.163546.512965.4182
Yxy46.51290.30520.2887
Hunter Lab68.20049.3244-9.1311
CIE-Lab73.877113.9624-13.8020

#c4aecf color RGB value is (196,174,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10101110 11001111
Octal 304 256 317
Decimal 196 174 207
Hex C4 AE CF

RGB Percentages of Color #c4aecf

%33.97
%30.16
%35.88

CMYK Percentages of Color #c4aecf

%5
%16
%0
%19

Triadic Colors of #c4aecf

#c4aecf #cfc4ae #aecfc4

Analogous Colors of #c4aecf

#c4aecf #cfaeca #b4aecf

Monochromatic Colors of #c4aecf

#c4aecf

Complementary Color

#c4aecf #b9cfae

#c4aecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4aecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4aecf Color CSS Codes

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

#c4aecf Text Font Color

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

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


#c4aecf Background Color

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

This div background color is #c4aecf


#c4aecf Border Color

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

This div border color is #c4aecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4aecf


Comments

No comments written yet.

Please login to write comment.