Color Hex Logo

#c4acee Color Hex

#C4ACEE
(196,172,238)
0 Favorites   0 Comments

Color spaces of #c4acee

RGB 196172238
HSL0.730.660.80
HSV262°28°93°
CMYK 0.180.280.00   0.07
XYZ52.950147.413987.2499
Yxy47.41390.28220.2527
Hunter Lab68.857816.7615-26.9261
CIE-Lab74.453721.5275-29.8107

#c4acee color RGB value is (196,172,238).

#c4acee hex color red value is 196, green value is 172 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c4acee hue: 0.73 , saturation: 0.66 and the lightness value of c4acee is 0.80.

The process color (four color CMYK) of #c4acee color hex is 0.18, 0.28, 0.00, 0.07. Web safe color of #c4acee is #cc99ff. Color #c4acee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10101100 11101110
Octal 304 254 356
Decimal 196 172 238
Hex C4 AC EE

RGB Percentages of Color #c4acee

%32.34
%28.38
%39.27

CMYK Percentages of Color #c4acee

%18
%28
%0
%7

Triadic Colors of #c4acee

#c4acee #eec4ac #aceec4

Analogous Colors of #c4acee

#c4acee #e5acee #acb5ee

Monochromatic Colors of #c4acee

#c4acee

Complementary Color

#c4acee #d6eeac

#c4acee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4acee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4acee Color CSS Codes

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

#c4acee Text Font Color

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

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


#c4acee Background Color

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

This div background color is #c4acee


#c4acee Border Color

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

This div border color is #c4acee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4acee


Comments

No comments written yet.

Please login to write comment.