Color Hex Logo

#c5caf4 Color Hex

#C5CAF4
(197,202,244)
0 Favorites   0 Comments

Color spaces of #c5caf4

RGB 197202244
HSL0.650.680.86
HSV234°19°96°
CMYK 0.190.170.00   0.04
XYZ60.475660.643094.1058
Yxy60.64300.28100.2818
Hunter Lab77.87362.3419-17.1370
CIE-Lab82.18646.8309-21.2220

#c5caf4 color RGB value is (197,202,244).

#c5caf4 hex color red value is 197, green value is 202 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #c5caf4 hue: 0.65 , saturation: 0.68 and the lightness value of c5caf4 is 0.86.

The process color (four color CMYK) of #c5caf4 color hex is 0.19, 0.17, 0.00, 0.04. Web safe color of #c5caf4 is #ccccff. Color #c5caf4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11001010 11110100
Octal 305 312 364
Decimal 197 202 244
Hex C5 CA F4

RGB Percentages of Color #c5caf4

%30.64
%31.42
%37.95

CMYK Percentages of Color #c5caf4

%19
%17
%0
%4

Triadic Colors of #c5caf4

#c5caf4 #f4c5ca #caf4c5

Analogous Colors of #c5caf4

#c5caf4 #d8c5f4 #c5e2f4

Monochromatic Colors of #c5caf4

#c5caf4

Complementary Color

#c5caf4 #f4efc5

#c5caf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5caf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5caf4 Color CSS Codes

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

#c5caf4 Text Font Color

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

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


#c5caf4 Background Color

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

This div background color is #c5caf4


#c5caf4 Border Color

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

This div border color is #c5caf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5caf4


Comments

No comments written yet.

Please login to write comment.