Color Hex Logo

#c3caed Color Hex

#C3CAED
(195,202,237)
0 Favorites   0 Comments

Color spaces of #c3caed

RGB 195202237
HSL0.640.540.85
HSV230°18°93°
CMYK 0.180.150.00   0.07
XYZ58.912359.957688.5887
Yxy59.95760.28400.2890
Hunter Lab77.43230.3005-13.6299
CIE-Lab81.81514.6934-18.0640

#c3caed color RGB value is (195,202,237).

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

The process color (four color CMYK) of #c3caed color hex is 0.18, 0.15, 0.00, 0.07. Web safe color of #c3caed is #ccccff. Color #c3caed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 11001010 11101101
Octal 303 312 355
Decimal 195 202 237
Hex C3 CA ED

RGB Percentages of Color #c3caed

%30.76
%31.86
%37.38

CMYK Percentages of Color #c3caed

%18
%15
%0
%7

Triadic Colors of #c3caed

#c3caed #edc3ca #caedc3

Analogous Colors of #c3caed

#c3caed #d1c3ed #c3dfed

Monochromatic Colors of #c3caed

#c3caed

Complementary Color

#c3caed #ede6c3

#c3caed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3caed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3caed Color CSS Codes

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

#c3caed Text Font Color

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

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


#c3caed Background Color

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

This div background color is #c3caed


#c3caed Border Color

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

This div border color is #c3caed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3caed


Comments

No comments written yet.

Please login to write comment.