Color Hex Logo

#c4aeef Color Hex

#C4AEEF
(196,174,239)
0 Favorites   0 Comments

Color spaces of #c4aeef

RGB 196174239
HSL0.720.670.81
HSV260°27°94°
CMYK 0.180.270.00   0.06
XYZ53.481048.239988.1538
Yxy48.23990.28170.2541
Hunter Lab69.454915.9006-26.6338
CIE-Lab74.976020.6469-29.5496

#c4aeef color RGB value is (196,174,239).

#c4aeef hex color red value is 196, green value is 174 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c4aeef hue: 0.72 , saturation: 0.67 and the lightness value of c4aeef is 0.81.

The process color (four color CMYK) of #c4aeef color hex is 0.18, 0.27, 0.00, 0.06. Web safe color of #c4aeef is #cc99ff. Color #c4aeef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10101110 11101111
Octal 304 256 357
Decimal 196 174 239
Hex C4 AE EF

RGB Percentages of Color #c4aeef

%32.18
%28.57
%39.24

CMYK Percentages of Color #c4aeef

%18
%27
%0
%6

Triadic Colors of #c4aeef

#c4aeef #efc4ae #aeefc4

Analogous Colors of #c4aeef

#c4aeef #e5aeef #aeb9ef

Monochromatic Colors of #c4aeef

#c4aeef

Complementary Color

#c4aeef #d9efae

#c4aeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4aeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4aeef Color CSS Codes

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

#c4aeef Text Font Color

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

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


#c4aeef Background Color

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

This div background color is #c4aeef


#c4aeef Border Color

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

This div border color is #c4aeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4aeef


Comments

No comments written yet.

Please login to write comment.