Color Hex Logo

#c0acee Color Hex

#C0ACEE
(192,172,238)
0 Favorites   0 Comments

Color spaces of #c0acee

RGB 192172238
HSL0.720.660.80
HSV258°28°93°
CMYK 0.190.280.00   0.07
XYZ51.923446.884687.2019
Yxy46.88460.27910.2521
Hunter Lab68.472315.5321-27.5773
CIE-Lab74.115920.3073-30.3591

#c0acee color RGB value is (192,172,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10101100 11101110
Octal 300 254 356
Decimal 192 172 238
Hex C0 AC EE

RGB Percentages of Color #c0acee

%31.89
%28.57
%39.53

CMYK Percentages of Color #c0acee

%19
%28
%0
%7

Triadic Colors of #c0acee

#c0acee #eec0ac #aceec0

Analogous Colors of #c0acee

#c0acee #e1acee #acb9ee

Monochromatic Colors of #c0acee

#c0acee

Complementary Color

#c0acee #daeeac

#c0acee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0acee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0acee Color CSS Codes

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

#c0acee Text Font Color

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

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


#c0acee Background Color

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

This div background color is #c0acee


#c0acee Border Color

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

This div border color is #c0acee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,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 #c0acee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0acee


Comments

No comments written yet.

Please login to write comment.