Color Hex Logo

#c4cadb Color Hex

#C4CADB
(196,202,219)
0 Favorites   0 Comments

Color spaces of #c4cadb

RGB 196202219
HSL0.620.240.81
HSV224°11°86°
CMYK 0.110.080.00   0.14
XYZ56.671759.091375.4367
Yxy59.09130.29640.3091
Hunter Lab76.8709-2.9280-4.3742
CIE-Lab81.34181.2592-9.1412

#c4cadb color RGB value is (196,202,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11001010 11011011
Octal 304 312 333
Decimal 196 202 219
Hex C4 CA DB

RGB Percentages of Color #c4cadb

%31.77
%32.74
%35.49

CMYK Percentages of Color #c4cadb

%11
%8
%0
%14

Triadic Colors of #c4cadb

#c4cadb #dbc4ca #cadbc4

Analogous Colors of #c4cadb

#c4cadb #cac4db #c4d6db

Monochromatic Colors of #c4cadb

#c4cadb

Complementary Color

#c4cadb #dbd5c4

#c4cadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4cadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4cadb Color CSS Codes

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

#c4cadb Text Font Color

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

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


#c4cadb Background Color

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

This div background color is #c4cadb


#c4cadb Border Color

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

This div border color is #c4cadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4cadb


Comments

No comments written yet.

Please login to write comment.