Color Hex Logo

#c5c6ff Color Hex

#C5C6FF
(197,198,255)
0 Favorites   0 Comments

Color spaces of #c5c6ff

RGB 197198255
HSL0.661.000.89
HSV239°23°100°
CMYK 0.230.220.00   0.00
XYZ61.270059.4785102.8590
Yxy59.47850.27400.2660
Hunter Lab77.12236.8457-25.0902
CIE-Lab81.553911.4322-28.0451

#c5c6ff color RGB value is (197,198,255).

#c5c6ff hex color red value is 197, green value is 198 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c5c6ff hue: 0.66 , saturation: 1.00 and the lightness value of c5c6ff is 0.89.

The process color (four color CMYK) of #c5c6ff color hex is 0.23, 0.22, 0.00, 0.00. Web safe color of #c5c6ff is #ccccff. Color #c5c6ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11000110 11111111
Octal 305 306 377
Decimal 197 198 255
Hex C5 C6 FF

RGB Percentages of Color #c5c6ff

%30.31
%30.46
%39.23

CMYK Percentages of Color #c5c6ff

%23
%22
%0
%0

Triadic Colors of #c5c6ff

#c5c6ff #ffc5c6 #c6ffc5

Analogous Colors of #c5c6ff

#c5c6ff #e1c5ff #c5e3ff

Monochromatic Colors of #c5c6ff

#c5c6ff

Complementary Color

#c5c6ff #fffec5

#c5c6ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5c6ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5c6ff Color CSS Codes

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

#c5c6ff Text Font Color

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

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


#c5c6ff Background Color

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

This div background color is #c5c6ff


#c5c6ff Border Color

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

This div border color is #c5c6ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5c6ff

#c5c6ff Color Palettes


Comments

No comments written yet.

Please login to write comment.