Color Hex Logo

#c3cbea Color Hex

#C3CBEA
(195,203,234)
0 Favorites   0 Comments

Color spaces of #c3cbea

RGB 195203234
HSL0.630.480.84
HSV228°17°92°
CMYK 0.170.130.00   0.08
XYZ58.712960.254586.3777
Yxy60.25450.28590.2934
Hunter Lab77.6238-0.8282-11.6397
CIE-Lab81.97633.5171-16.2197

#c3cbea color RGB value is (195,203,234).

#c3cbea hex color red value is 195, green value is 203 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c3cbea hue: 0.63 , saturation: 0.48 and the lightness value of c3cbea is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11001011 11101010
Octal 303 313 352
Decimal 195 203 234
Hex C3 CB EA

RGB Percentages of Color #c3cbea

%30.85
%32.12
%37.03

CMYK Percentages of Color #c3cbea

%17
%13
%0
%8

Triadic Colors of #c3cbea

#c3cbea #eac3cb #cbeac3

Analogous Colors of #c3cbea

#c3cbea #cfc3ea #c3dfea

Monochromatic Colors of #c3cbea

#c3cbea

Complementary Color

#c3cbea #eae2c3

#c3cbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3cbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3cbea Color CSS Codes

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

#c3cbea Text Font Color

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

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


#c3cbea Background Color

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

This div background color is #c3cbea


#c3cbea Border Color

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

This div border color is #c3cbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3cbea


Comments

No comments written yet.

Please login to write comment.