Color Hex Logo

#c5becb Color Hex

#C5BECB
(197,190,203)
0 Favorites   0 Comments

Color spaces of #c5becb

RGB 197190203
HSL0.760.110.77
HSV272°80°
CMYK 0.030.060.00   0.20
XYZ52.218953.009063.9794
Yxy53.00900.30860.3133
Hunter Lab72.80730.6112-1.1360
CIE-Lab77.88034.8553-5.6535

#c5becb color RGB value is (197,190,203).

#c5becb hex color red value is 197, green value is 190 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c5becb hue: 0.76 , saturation: 0.11 and the lightness value of c5becb is 0.77.

The process color (four color CMYK) of #c5becb color hex is 0.03, 0.06, 0.00, 0.20. Web safe color of #c5becb is #cccccc. Color #c5becb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10111110 11001011
Octal 305 276 313
Decimal 197 190 203
Hex C5 BE CB

RGB Percentages of Color #c5becb

%33.39
%32.20
%34.41

CMYK Percentages of Color #c5becb

%3
%6
%0
%20

Triadic Colors of #c5becb

#c5becb #cbc5be #becbc5

Analogous Colors of #c5becb

#c5becb #cbbecb #bfbecb

Monochromatic Colors of #c5becb

#c5becb

Complementary Color

#c5becb #c4cbbe

#c5becb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5becb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5becb Color CSS Codes

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

#c5becb Text Font Color

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

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


#c5becb Background Color

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

This div background color is #c5becb


#c5becb Border Color

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

This div border color is #c5becb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5becb


Comments

No comments written yet.

Please login to write comment.