Color Hex Logo

#c3caee Color Hex

#C3CAEE
(195,202,238)
0 Favorites   0 Comments

Color spaces of #c3caee

RGB 195202238
HSL0.640.560.85
HSV230°18°93°
CMYK 0.180.150.00   0.07
XYZ59.058860.016289.3605
Yxy60.01620.28330.2879
Hunter Lab77.47010.5055-14.1609
CIE-Lab81.84704.9091-18.5497

#c3caee color RGB value is (195,202,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11001010 11101110
Octal 303 312 356
Decimal 195 202 238
Hex C3 CA EE

RGB Percentages of Color #c3caee

%30.71
%31.81
%37.48

CMYK Percentages of Color #c3caee

%18
%15
%0
%7

Triadic Colors of #c3caee

#c3caee #eec3ca #caeec3

Analogous Colors of #c3caee

#c3caee #d2c3ee #c3e0ee

Monochromatic Colors of #c3caee

#c3caee

Complementary Color

#c3caee #eee7c3

#c3caee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3caee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3caee Color CSS Codes

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

#c3caee Text Font Color

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

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


#c3caee Background Color

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

This div background color is #c3caee


#c3caee Border Color

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

This div border color is #c3caee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3caee


Comments

No comments written yet.

Please login to write comment.