Color Hex Logo

#c3aeed Color Hex

#C3AEED
(195,174,237)
0 Favorites   0 Comments

Color spaces of #c3aeed

RGB 195174237
HSL0.720.640.81
HSV260°27°93°
CMYK 0.180.270.00   0.07
XYZ52.927847.988686.5939
Yxy47.98860.28230.2559
Hunter Lab69.273815.1516-25.6222
CIE-Lab74.817719.9008-28.7164

#c3aeed color RGB value is (195,174,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101110 11101101
Octal 303 256 355
Decimal 195 174 237
Hex C3 AE ED

RGB Percentages of Color #c3aeed

%32.18
%28.71
%39.11

CMYK Percentages of Color #c3aeed

%18
%27
%0
%7

Triadic Colors of #c3aeed

#c3aeed #edc3ae #aeedc3

Analogous Colors of #c3aeed

#c3aeed #e3aeed #aeb9ed

Monochromatic Colors of #c3aeed

#c3aeed

Complementary Color

#c3aeed #d8edae

#c3aeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3aeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3aeed Color CSS Codes

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

#c3aeed Text Font Color

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

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


#c3aeed Background Color

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

This div background color is #c3aeed


#c3aeed Border Color

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

This div border color is #c3aeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3aeed


Comments

No comments written yet.

Please login to write comment.