Color Hex Logo

#c2aeeb Color Hex

#C2AEEB
(194,174,235)
0 Favorites   0 Comments

Color spaces of #c2aeeb

RGB 194174235
HSL0.720.600.80
HSV260°26°92°
CMYK 0.170.260.00   0.08
XYZ52.379647.739685.0512
Yxy47.73960.28290.2578
Hunter Lab69.093814.4055-24.6174
CIE-Lab74.660419.1539-27.8807

#c2aeeb color RGB value is (194,174,235).

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

The process color (four color CMYK) of #c2aeeb color hex is 0.17, 0.26, 0.00, 0.08. Web safe color of #c2aeeb is #cc99ff. Color #c2aeeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10101110 11101011
Octal 302 256 353
Decimal 194 174 235
Hex C2 AE EB

RGB Percentages of Color #c2aeeb

%32.17
%28.86
%38.97

CMYK Percentages of Color #c2aeeb

%17
%26
%0
%8

Triadic Colors of #c2aeeb

#c2aeeb #ebc2ae #aeebc2

Analogous Colors of #c2aeeb

#c2aeeb #e1aeeb #aeb9eb

Monochromatic Colors of #c2aeeb

#c2aeeb

Complementary Color

#c2aeeb #d7ebae

#c2aeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2aeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2aeeb Color CSS Codes

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

#c2aeeb Text Font Color

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

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


#c2aeeb Background Color

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

This div background color is #c2aeeb


#c2aeeb Border Color

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

This div border color is #c2aeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2aeeb


Comments

No comments written yet.

Please login to write comment.