Color Hex Logo

#c5aceb Color Hex

#C5ACEB
(197,172,235)
0 Favorites   0 Comments

Color spaces of #c5aceb

RGB 197172235
HSL0.730.610.80
HSV264°27°92°
CMYK 0.160.270.00   0.08
XYZ52.773947.373584.9598
Yxy47.37350.28510.2559
Hunter Lab68.828416.4144-25.0060
CIE-Lab74.428021.1815-28.2153

#c5aceb color RGB value is (197,172,235).

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

The process color (four color CMYK) of #c5aceb color hex is 0.16, 0.27, 0.00, 0.08. Web safe color of #c5aceb is #cc99ff. Color #c5aceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10101100 11101011
Octal 305 254 353
Decimal 197 172 235
Hex C5 AC EB

RGB Percentages of Color #c5aceb

%32.62
%28.48
%38.91

CMYK Percentages of Color #c5aceb

%16
%27
%0
%8

Triadic Colors of #c5aceb

#c5aceb #ebc5ac #acebc5

Analogous Colors of #c5aceb

#c5aceb #e5aceb #acb3eb

Monochromatic Colors of #c5aceb

#c5aceb

Complementary Color

#c5aceb #d2ebac

#c5aceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5aceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5aceb Color CSS Codes

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

#c5aceb Text Font Color

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

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


#c5aceb Background Color

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

This div background color is #c5aceb


#c5aceb Border Color

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

This div border color is #c5aceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5aceb


Comments

No comments written yet.

Please login to write comment.