Color Hex Logo

#c5cbff Color Hex

#C5CBFF
(197,203,255)
0 Favorites   0 Comments

Color spaces of #c5cbff

RGB 197203255
HSL0.651.000.89
HSV234°23°100°
CMYK 0.230.200.00   0.00
XYZ62.431961.8022103.2462
Yxy61.80220.27440.2717
Hunter Lab78.61444.1813-22.8370
CIE-Lab82.80818.7393-26.1286

#c5cbff color RGB value is (197,203,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11001011 11111111
Octal 305 313 377
Decimal 197 203 255
Hex C5 CB FF

RGB Percentages of Color #c5cbff

%30.08
%30.99
%38.93

CMYK Percentages of Color #c5cbff

%23
%20
%0
%0

Triadic Colors of #c5cbff

#c5cbff #ffc5cb #cbffc5

Analogous Colors of #c5cbff

#c5cbff #dcc5ff #c5e8ff

Monochromatic Colors of #c5cbff

#c5cbff

Complementary Color

#c5cbff #fff9c5

#c5cbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5cbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5cbff Color CSS Codes

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

#c5cbff Text Font Color

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

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


#c5cbff Background Color

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

This div background color is #c5cbff


#c5cbff Border Color

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

This div border color is #c5cbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5cbff


Comments

No comments written yet.

Please login to write comment.