Color Hex Logo

#c3cadb Color Hex

#C3CADB
(195,202,219)
0 Favorites   0 Comments

Color spaces of #c3cadb

RGB 195202219
HSL0.620.250.81
HSV223°11°86°
CMYK 0.110.080.00   0.14
XYZ56.412458.957675.4245
Yxy58.95760.29570.3090
Hunter Lab76.7839-3.2294-4.4917
CIE-Lab81.26830.9331-9.2584

#c3cadb color RGB value is (195,202,219).

#c3cadb hex color red value is 195, green value is 202 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c3cadb hue: 0.62 , saturation: 0.25 and the lightness value of c3cadb is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11001010 11011011
Octal 303 312 333
Decimal 195 202 219
Hex C3 CA DB

RGB Percentages of Color #c3cadb

%31.66
%32.79
%35.55

CMYK Percentages of Color #c3cadb

%11
%8
%0
%14

Triadic Colors of #c3cadb

#c3cadb #dbc3ca #cadbc3

Analogous Colors of #c3cadb

#c3cadb #c8c3db #c3d6db

Monochromatic Colors of #c3cadb

#c3cadb

Complementary Color

#c3cadb #dbd4c3

#c3cadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3cadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3cadb Color CSS Codes

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

#c3cadb Text Font Color

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

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


#c3cadb Background Color

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

This div background color is #c3cadb


#c3cadb Border Color

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

This div border color is #c3cadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3cadb


Comments

No comments written yet.

Please login to write comment.