Color Hex Logo

#c5bedc Color Hex

#C5BEDC
(197,190,220)
0 Favorites   0 Comments

Color spaces of #c5bedc

RGB 197190220
HSL0.710.300.80
HSV254°14°86°
CMYK 0.100.140.00   0.14
XYZ54.357753.864575.2421
Yxy53.86450.29630.2936
Hunter Lab73.39243.7683-9.4095
CIE-Lab78.38278.2064-14.0908

#c5bedc color RGB value is (197,190,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10111110 11011100
Octal 305 276 334
Decimal 197 190 220
Hex C5 BE DC

RGB Percentages of Color #c5bedc

%32.45
%31.30
%36.24

CMYK Percentages of Color #c5bedc

%10
%14
%0
%14

Triadic Colors of #c5bedc

#c5bedc #dcc5be #bedcc5

Analogous Colors of #c5bedc

#c5bedc #d4bedc #bec6dc

Monochromatic Colors of #c5bedc

#c5bedc

Complementary Color

#c5bedc #d5dcbe

#c5bedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5bedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5bedc Color CSS Codes

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

#c5bedc Text Font Color

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

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


#c5bedc Background Color

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

This div background color is #c5bedc


#c5bedc Border Color

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

This div border color is #c5bedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5bedc


Comments

No comments written yet.

Please login to write comment.