Color Hex Logo

#c5c1db Color Hex

#C5C1DB
(197,193,219)
0 Favorites   0 Comments

Color spaces of #c5c1db

RGB 197193219
HSL0.690.270.81
HSV249°12°86°
CMYK 0.100.120.00   0.14
XYZ54.882155.124774.7654
Yxy55.12470.29700.2983
Hunter Lab74.24602.0154-7.7326
CIE-Lab79.11306.3885-12.4573

#c5c1db color RGB value is (197,193,219).

#c5c1db hex color red value is 197, green value is 193 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c5c1db hue: 0.69 , saturation: 0.27 and the lightness value of c5c1db is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11000001 11011011
Octal 305 301 333
Decimal 197 193 219
Hex C5 C1 DB

RGB Percentages of Color #c5c1db

%32.35
%31.69
%35.96

CMYK Percentages of Color #c5c1db

%10
%12
%0
%14

Triadic Colors of #c5c1db

#c5c1db #dbc5c1 #c1dbc5

Analogous Colors of #c5c1db

#c5c1db #d2c1db #c1cadb

Monochromatic Colors of #c5c1db

#c5c1db

Complementary Color

#c5c1db #d7dbc1

#c5c1db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5c1db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5c1db Color CSS Codes

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

#c5c1db Text Font Color

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

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


#c5c1db Background Color

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

This div background color is #c5c1db


#c5c1db Border Color

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

This div border color is #c5c1db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5c1db


Comments

No comments written yet.

Please login to write comment.