Color Hex Logo

#c2aaef Color Hex

#C2AAEF
(194,170,239)
0 Favorites   0 Comments

Color spaces of #c2aaef

RGB 194170239
HSL0.720.680.80
HSV261°29°94°
CMYK 0.190.290.00   0.06
XYZ52.202846.450887.8759
Yxy46.45080.27990.2490
Hunter Lab68.154817.4501-28.7376
CIE-Lab73.837122.2408-31.3171

#c2aaef color RGB value is (194,170,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10101010 11101111
Octal 302 252 357
Decimal 194 170 239
Hex C2 AA EF

RGB Percentages of Color #c2aaef

%32.17
%28.19
%39.64

CMYK Percentages of Color #c2aaef

%19
%29
%0
%6

Triadic Colors of #c2aaef

#c2aaef #efc2aa #aaefc2

Analogous Colors of #c2aaef

#c2aaef #e5aaef #aab5ef

Monochromatic Colors of #c2aaef

#c2aaef

Complementary Color

#c2aaef #d7efaa

#c2aaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2aaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2aaef Color CSS Codes

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

#c2aaef Text Font Color

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

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


#c2aaef Background Color

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

This div background color is #c2aaef


#c2aaef Border Color

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

This div border color is #c2aaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2aaef


Comments

No comments written yet.

Please login to write comment.