Color Hex Logo

#c5bdec Color Hex

#C5BDEC
(197,189,236)
0 Favorites   0 Comments

Color spaces of #c5bdec

RGB 197189236
HSL0.700.550.83
HSV250°20°93°
CMYK 0.170.200.00   0.07
XYZ56.363954.321686.8713
Yxy54.32160.28530.2750
Hunter Lab73.70327.5258-18.2908
CIE-Lab78.648912.1031-22.3086

#c5bdec color RGB value is (197,189,236).

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

The process color (four color CMYK) of #c5bdec color hex is 0.17, 0.20, 0.00, 0.07. Web safe color of #c5bdec is #ccccff. Color #c5bdec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10111101 11101100
Octal 305 275 354
Decimal 197 189 236
Hex C5 BD EC

RGB Percentages of Color #c5bdec

%31.67
%30.39
%37.94

CMYK Percentages of Color #c5bdec

%17
%20
%0
%7

Triadic Colors of #c5bdec

#c5bdec #ecc5bd #bdecc5

Analogous Colors of #c5bdec

#c5bdec #ddbdec #bdcdec

Monochromatic Colors of #c5bdec

#c5bdec

Complementary Color

#c5bdec #e4ecbd

#c5bdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5bdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5bdec Color CSS Codes

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

#c5bdec Text Font Color

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

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


#c5bdec Background Color

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

This div background color is #c5bdec


#c5bdec Border Color

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

This div border color is #c5bdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5bdec


Comments

No comments written yet.

Please login to write comment.