Color Hex Logo

#c4aeff Color Hex

#C4AEFF
(196,174,255)
0 Favorites   0 Comments

Color spaces of #c4aeff

RGB 196174255
HSL0.711.000.84
HSV256°32°100°
CMYK 0.230.320.00   0.00
XYZ55.951049.2279101.1607
Yxy49.22790.27120.2386
Hunter Lab70.162619.5599-36.3707
CIE-Lab75.592924.2472-37.2366

#c4aeff color RGB value is (196,174,255).

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

The process color (four color CMYK) of #c4aeff color hex is 0.23, 0.32, 0.00, 0.00. Web safe color of #c4aeff is #cc99ff. Color #c4aeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10101110 11111111
Octal 304 256 377
Decimal 196 174 255
Hex C4 AE FF

RGB Percentages of Color #c4aeff

%31.36
%27.84
%40.80

CMYK Percentages of Color #c4aeff

%23
%32
%0
%0

Triadic Colors of #c4aeff

#c4aeff #ffc4ae #aeffc4

Analogous Colors of #c4aeff

#c4aeff #edaeff #aec1ff

Monochromatic Colors of #c4aeff

#c4aeff

Complementary Color

#c4aeff #e9ffae

#c4aeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4aeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4aeff Color CSS Codes

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

#c4aeff Text Font Color

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

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


#c4aeff Background Color

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

This div background color is #c4aeff


#c4aeff Border Color

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

This div border color is #c4aeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4aeff


Comments

No comments written yet.

Please login to write comment.