Color Hex Logo

#c5bceb Color Hex

#C5BCEB
(197,188,235)
0 Favorites   0 Comments

Color spaces of #c5bceb

RGB 197188235
HSL0.700.540.83
HSV251°20°92°
CMYK 0.160.200.00   0.08
XYZ56.004653.834986.0367
Yxy53.83490.28590.2748
Hunter Lab73.37237.8465-18.1632
CIE-Lab78.365412.4307-22.2015

#c5bceb color RGB value is (197,188,235).

#c5bceb hex color red value is 197, green value is 188 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c5bceb hue: 0.70 , saturation: 0.54 and the lightness value of c5bceb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10111100 11101011
Octal 305 274 353
Decimal 197 188 235
Hex C5 BC EB

RGB Percentages of Color #c5bceb

%31.77
%30.32
%37.90

CMYK Percentages of Color #c5bceb

%16
%20
%0
%8

Triadic Colors of #c5bceb

#c5bceb #ebc5bc #bcebc5

Analogous Colors of #c5bceb

#c5bceb #ddbceb #bccbeb

Monochromatic Colors of #c5bceb

#c5bceb

Complementary Color

#c5bceb #e2ebbc

#c5bceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5bceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5bceb Color CSS Codes

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

#c5bceb Text Font Color

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

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


#c5bceb Background Color

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

This div background color is #c5bceb


#c5bceb Border Color

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

This div border color is #c5bceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5bceb


Comments

No comments written yet.

Please login to write comment.