Color Hex Logo

#c4dbdc Color Hex

#C4DBDC
(196,219,220)
0 Favorites   0 Comments

Color spaces of #c4dbdc

RGB 196219220
HSL0.510.260.82
HSV183°11°86°
CMYK 0.110.000.00   0.14
XYZ61.014767.566177.5359
Yxy67.56610.29600.3278
Hunter Lab82.1986-11.34991.6122
CIE-Lab85.7890-7.4234-3.1001

#c4dbdc color RGB value is (196,219,220).

#c4dbdc hex color red value is 196, green value is 219 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c4dbdc hue: 0.51 , saturation: 0.26 and the lightness value of c4dbdc is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11011011 11011100
Octal 304 333 334
Decimal 196 219 220
Hex C4 DB DC

RGB Percentages of Color #c4dbdc

%30.87
%34.49
%34.65

CMYK Percentages of Color #c4dbdc

%11
%0
%0
%14

Triadic Colors of #c4dbdc

#c4dbdc #dcc4db #dbdcc4

Analogous Colors of #c4dbdc

#c4dbdc #c4cfdc #c4dcd1

Monochromatic Colors of #c4dbdc

#c4dbdc

Complementary Color

#c4dbdc #dcc5c4

#c4dbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4dbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4dbdc Color CSS Codes

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

#c4dbdc Text Font Color

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

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


#c4dbdc Background Color

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

This div background color is #c4dbdc


#c4dbdc Border Color

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

This div border color is #c4dbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4dbdc


Comments

No comments written yet.

Please login to write comment.