Color Hex Logo

#c4cbdd Color Hex

#C4CBDD
(196,203,221)
0 Favorites   0 Comments

Color spaces of #c4cbdd

RGB 196203221
HSL0.620.270.82
HSV223°11°87°
CMYK 0.110.080.00   0.13
XYZ57.172059.668176.9104
Yxy59.66810.29510.3080
Hunter Lab77.2451-3.0645-4.9615
CIE-Lab81.65751.1332-9.7419

#c4cbdd color RGB value is (196,203,221).

#c4cbdd hex color red value is 196, green value is 203 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c4cbdd hue: 0.62 , saturation: 0.27 and the lightness value of c4cbdd is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11001011 11011101
Octal 304 313 335
Decimal 196 203 221
Hex C4 CB DD

RGB Percentages of Color #c4cbdd

%31.61
%32.74
%35.65

CMYK Percentages of Color #c4cbdd

%11
%8
%0
%13

Triadic Colors of #c4cbdd

#c4cbdd #ddc4cb #cbddc4

Analogous Colors of #c4cbdd

#c4cbdd #cac4dd #c4d8dd

Monochromatic Colors of #c4cbdd

#c4cbdd

Complementary Color

#c4cbdd #ddd6c4

#c4cbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4cbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4cbdd Color CSS Codes

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

#c4cbdd Text Font Color

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

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


#c4cbdd Background Color

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

This div background color is #c4cbdd


#c4cbdd Border Color

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

This div border color is #c4cbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4cbdd


Comments

No comments written yet.

Please login to write comment.