Color Hex Logo

#c3aaee Color Hex

#C3AAEE
(195,170,238)
0 Favorites   0 Comments

Color spaces of #c3aaee

RGB 195170238
HSL0.730.670.80
HSV262°29°93°
CMYK 0.180.290.00   0.07
XYZ52.313046.524687.1119
Yxy46.52460.28130.2502
Hunter Lab68.208917.5353-27.9750
CIE-Lab73.884722.3238-30.6939

#c3aaee color RGB value is (195,170,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101010 11101110
Octal 303 252 356
Decimal 195 170 238
Hex C3 AA EE

RGB Percentages of Color #c3aaee

%32.34
%28.19
%39.47

CMYK Percentages of Color #c3aaee

%18
%29
%0
%7

Triadic Colors of #c3aaee

#c3aaee #eec3aa #aaeec3

Analogous Colors of #c3aaee

#c3aaee #e5aaee #aab3ee

Monochromatic Colors of #c3aaee

#c3aaee

Complementary Color

#c3aaee #d5eeaa

#c3aaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3aaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3aaee Color CSS Codes

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

#c3aaee Text Font Color

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

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


#c3aaee Background Color

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

This div background color is #c3aaee


#c3aaee Border Color

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

This div border color is #c3aaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3aaee


Comments

No comments written yet.

Please login to write comment.