Color Hex Logo

#c4cae5 Color Hex

#C4CAE5
(196,202,229)
0 Favorites   0 Comments

Color spaces of #c4cae5

RGB 196202229
HSL0.640.390.83
HSV229°14°90°
CMYK 0.140.120.00   0.10
XYZ58.028359.634082.5808
Yxy59.63400.28980.2978
Hunter Lab77.2231-1.0087-9.3474
CIE-Lab81.63883.3102-14.0480

#c4cae5 color RGB value is (196,202,229).

#c4cae5 hex color red value is 196, green value is 202 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #c4cae5 hue: 0.64 , saturation: 0.39 and the lightness value of c4cae5 is 0.83.

The process color (four color CMYK) of #c4cae5 color hex is 0.14, 0.12, 0.00, 0.10. Web safe color of #c4cae5 is #cccccc. Color #c4cae5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11001010 11100101
Octal 304 312 345
Decimal 196 202 229
Hex C4 CA E5

RGB Percentages of Color #c4cae5

%31.26
%32.22
%36.52

CMYK Percentages of Color #c4cae5

%14
%12
%0
%10

Triadic Colors of #c4cae5

#c4cae5 #e5c4ca #cae5c4

Analogous Colors of #c4cae5

#c4cae5 #cfc4e5 #c4dbe5

Monochromatic Colors of #c4cae5

#c4cae5

Complementary Color

#c4cae5 #e5dfc4

#c4cae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4cae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4cae5 Color CSS Codes

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

#c4cae5 Text Font Color

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

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


#c4cae5 Background Color

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

This div background color is #c4cae5


#c4cae5 Border Color

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

This div border color is #c4cae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4cae5


Comments

No comments written yet.

Please login to write comment.