Color Hex Logo

#c3aeef Color Hex

#C3AEEF
(195,174,239)
0 Favorites   0 Comments

Color spaces of #c3aeef

RGB 195174239
HSL0.720.670.81
HSV259°27°94°
CMYK 0.180.270.00   0.06
XYZ53.221748.106288.1417
Yxy48.10620.28090.2539
Hunter Lab69.358615.5927-26.7953
CIE-Lab74.891920.3413-29.6861

#c3aeef color RGB value is (195,174,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101110 11101111
Octal 303 256 357
Decimal 195 174 239
Hex C3 AE EF

RGB Percentages of Color #c3aeef

%32.07
%28.62
%39.31

CMYK Percentages of Color #c3aeef

%18
%27
%0
%6

Triadic Colors of #c3aeef

#c3aeef #efc3ae #aeefc3

Analogous Colors of #c3aeef

#c3aeef #e4aeef #aebaef

Monochromatic Colors of #c3aeef

#c3aeef

Complementary Color

#c3aeef #daefae

#c3aeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3aeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3aeef Color CSS Codes

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

#c3aeef Text Font Color

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

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


#c3aeef Background Color

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

This div background color is #c3aeef


#c3aeef Border Color

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

This div border color is #c3aeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3aeef


Comments

No comments written yet.

Please login to write comment.