Color Hex Logo

#c5cbea Color Hex

#C5CBEA
(197,203,234)
0 Favorites   0 Comments

Color spaces of #c5cbea

RGB 197203234
HSL0.640.470.85
HSV230°16°92°
CMYK 0.160.130.00   0.08
XYZ59.233260.522786.4020
Yxy60.52270.28730.2936
Hunter Lab77.7963-0.2358-11.3911
CIE-Lab82.12154.1456-15.9868

#c5cbea color RGB value is (197,203,234).

#c5cbea hex color red value is 197, green value is 203 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c5cbea hue: 0.64 , saturation: 0.47 and the lightness value of c5cbea is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11001011 11101010
Octal 305 313 352
Decimal 197 203 234
Hex C5 CB EA

RGB Percentages of Color #c5cbea

%31.07
%32.02
%36.91

CMYK Percentages of Color #c5cbea

%16
%13
%0
%8

Triadic Colors of #c5cbea

#c5cbea #eac5cb #cbeac5

Analogous Colors of #c5cbea

#c5cbea #d2c5ea #c5deea

Monochromatic Colors of #c5cbea

#c5cbea

Complementary Color

#c5cbea #eae4c5

#c5cbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5cbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5cbea Color CSS Codes

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

#c5cbea Text Font Color

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

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


#c5cbea Background Color

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

This div background color is #c5cbea


#c5cbea Border Color

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

This div border color is #c5cbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5cbea


Comments

No comments written yet.

Please login to write comment.