Color Hex Logo

#c3cbeb Color Hex

#C3CBEB
(195,203,235)
0 Favorites   0 Comments

Color spaces of #c3cbeb

RGB 195203235
HSL0.630.500.84
HSV228°17°92°
CMYK 0.170.140.00   0.08
XYZ58.857060.312187.1366
Yxy60.31210.28530.2923
Hunter Lab77.6609-0.6264-12.1616
CIE-Lab82.00753.7306-16.7065

#c3cbeb color RGB value is (195,203,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11001011 11101011
Octal 303 313 353
Decimal 195 203 235
Hex C3 CB EB

RGB Percentages of Color #c3cbeb

%30.81
%32.07
%37.12

CMYK Percentages of Color #c3cbeb

%17
%14
%0
%8

Triadic Colors of #c3cbeb

#c3cbeb #ebc3cb #cbebc3

Analogous Colors of #c3cbeb

#c3cbeb #cfc3eb #c3dfeb

Monochromatic Colors of #c3cbeb

#c3cbeb

Complementary Color

#c3cbeb #ebe3c3

#c3cbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3cbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3cbeb Color CSS Codes

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

#c3cbeb Text Font Color

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

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


#c3cbeb Background Color

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

This div background color is #c3cbeb


#c3cbeb Border Color

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

This div border color is #c3cbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3cbeb


Comments

No comments written yet.

Please login to write comment.