Color Hex Logo

#c5bedb Color Hex

#C5BEDB
(197,190,219)
0 Favorites   0 Comments

Color spaces of #c5bedb

RGB 197190219
HSL0.710.290.80
HSV254°13°86°
CMYK 0.100.130.00   0.14
XYZ54.225653.811774.5465
Yxy53.81170.29700.2947
Hunter Lab73.35653.5746-8.9023
CIE-Lab78.35188.0029-13.5974

#c5bedb color RGB value is (197,190,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10111110 11011011
Octal 305 276 333
Decimal 197 190 219
Hex C5 BE DB

RGB Percentages of Color #c5bedb

%32.51
%31.35
%36.14

CMYK Percentages of Color #c5bedb

%10
%13
%0
%14

Triadic Colors of #c5bedb

#c5bedb #dbc5be #bedbc5

Analogous Colors of #c5bedb

#c5bedb #d4bedb #bec6db

Monochromatic Colors of #c5bedb

#c5bedb

Complementary Color

#c5bedb #d4dbbe

#c5bedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5bedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5bedb Color CSS Codes

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

#c5bedb Text Font Color

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

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


#c5bedb Background Color

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

This div background color is #c5bedb


#c5bedb Border Color

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

This div border color is #c5bedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5bedb


Comments

No comments written yet.

Please login to write comment.