Color Hex Logo

#c0aaef Color Hex

#C0AAEF
(192,170,239)
0 Favorites   0 Comments

Color spaces of #c0aaef

RGB 192170239
HSL0.720.680.80
HSV259°29°94°
CMYK 0.200.290.00   0.06
XYZ51.692946.187987.8520
Yxy46.18790.27830.2487
Hunter Lab67.961716.8374-29.0692
CIE-Lab73.667321.6352-31.5930

#c0aaef color RGB value is (192,170,239).

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

The process color (four color CMYK) of #c0aaef color hex is 0.20, 0.29, 0.00, 0.06. Web safe color of #c0aaef is #cc99ff. Color #c0aaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10101010 11101111
Octal 300 252 357
Decimal 192 170 239
Hex C0 AA EF

RGB Percentages of Color #c0aaef

%31.95
%28.29
%39.77

CMYK Percentages of Color #c0aaef

%20
%29
%0
%6

Triadic Colors of #c0aaef

#c0aaef #efc0aa #aaefc0

Analogous Colors of #c0aaef

#c0aaef #e3aaef #aab7ef

Monochromatic Colors of #c0aaef

#c0aaef

Complementary Color

#c0aaef #d9efaa

#c0aaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0aaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0aaef Color CSS Codes

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

#c0aaef Text Font Color

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

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


#c0aaef Background Color

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

This div background color is #c0aaef


#c0aaef Border Color

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

This div border color is #c0aaef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,170,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0aaef


Comments

No comments written yet.

Please login to write comment.