Color Hex Logo

#c3caea Color Hex

#C3CAEA
(195,202,234)
0 Favorites   0 Comments

Color spaces of #c3caea

RGB 195202234
HSL0.640.480.84
HSV229°17°92°
CMYK 0.170.140.00   0.08
XYZ58.477559.783786.2992
Yxy59.78370.28590.2923
Hunter Lab77.3199-0.3093-12.0515
CIE-Lab81.72054.0500-16.6047

#c3caea color RGB value is (195,202,234).

#c3caea hex color red value is 195, green value is 202 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c3caea hue: 0.64 , saturation: 0.48 and the lightness value of c3caea is 0.84.

The process color (four color CMYK) of #c3caea color hex is 0.17, 0.14, 0.00, 0.08. Web safe color of #c3caea is #ccccff. Color #c3caea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 11001010 11101010
Octal 303 312 352
Decimal 195 202 234
Hex C3 CA EA

RGB Percentages of Color #c3caea

%30.90
%32.01
%37.08

CMYK Percentages of Color #c3caea

%17
%14
%0
%8

Triadic Colors of #c3caea

#c3caea #eac3ca #caeac3

Analogous Colors of #c3caea

#c3caea #d0c3ea #c3deea

Monochromatic Colors of #c3caea

#c3caea

Complementary Color

#c3caea #eae3c3

#c3caea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3caea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3caea Color CSS Codes

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

#c3caea Text Font Color

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

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


#c3caea Background Color

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

This div background color is #c3caea


#c3caea Border Color

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

This div border color is #c3caea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3caea


Comments

No comments written yet.

Please login to write comment.