Color Hex Logo

#c2aefe Color Hex

#C2AEFE
(194,174,254)
0 Favorites   0 Comments

Color spaces of #c2aefe

RGB 194174254
HSL0.710.980.84
HSV255°31°100°
CMYK 0.240.310.00   0.00
XYZ55.273648.8972100.2908
Yxy48.89720.27030.2392
Hunter Lab69.926518.7243-36.0870
CIE-Lab75.387323.4353-37.0300

#c2aefe color RGB value is (194,174,254).

#c2aefe hex color red value is 194, green value is 174 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c2aefe hue: 0.71 , saturation: 0.98 and the lightness value of c2aefe is 0.84.

The process color (four color CMYK) of #c2aefe color hex is 0.24, 0.31, 0.00, 0.00. Web safe color of #c2aefe is #cc99ff. Color #c2aefe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10101110 11111110
Octal 302 256 376
Decimal 194 174 254
Hex C2 AE FE

RGB Percentages of Color #c2aefe

%31.19
%27.97
%40.84

CMYK Percentages of Color #c2aefe

%24
%31
%0
%0

Triadic Colors of #c2aefe

#c2aefe #fec2ae #aefec2

Analogous Colors of #c2aefe

#c2aefe #eaaefe #aec2fe

Monochromatic Colors of #c2aefe

#c2aefe

Complementary Color

#c2aefe #eafeae

#c2aefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2aefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2aefe Color CSS Codes

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

#c2aefe Text Font Color

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

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


#c2aefe Background Color

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

This div background color is #c2aefe


#c2aefe Border Color

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

This div border color is #c2aefe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,174,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2aefe


Comments

No comments written yet.

Please login to write comment.