Color Hex Logo

#c5bbdb Color Hex

#C5BBDB
(197,187,219)
0 Favorites   0 Comments

Color spaces of #c5bbdb

RGB 197187219
HSL0.720.310.80
HSV259°15°86°
CMYK 0.100.150.00   0.14
XYZ53.582552.525474.3322
Yxy52.52540.29700.2911
Hunter Lab72.47445.1402-10.0777
CIE-Lab77.59409.6236-14.7350

#c5bbdb color RGB value is (197,187,219).

#c5bbdb hex color red value is 197, green value is 187 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c5bbdb hue: 0.72 , saturation: 0.31 and the lightness value of c5bbdb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10111011 11011011
Octal 305 273 333
Decimal 197 187 219
Hex C5 BB DB

RGB Percentages of Color #c5bbdb

%32.67
%31.01
%36.32

CMYK Percentages of Color #c5bbdb

%10
%15
%0
%14

Triadic Colors of #c5bbdb

#c5bbdb #dbc5bb #bbdbc5

Analogous Colors of #c5bbdb

#c5bbdb #d5bbdb #bbc1db

Monochromatic Colors of #c5bbdb

#c5bbdb

Complementary Color

#c5bbdb #d1dbbb

#c5bbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5bbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5bbdb Color CSS Codes

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

#c5bbdb Text Font Color

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

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


#c5bbdb Background Color

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

This div background color is #c5bbdb


#c5bbdb Border Color

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

This div border color is #c5bbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5bbdb


Comments

No comments written yet.

Please login to write comment.