Color Hex Logo

#c3dbdc Color Hex

#C3DBDC
(195,219,220)
0 Favorites   0 Comments

Color spaces of #c3dbdc

RGB 195219220
HSL0.510.260.81
HSV182°11°86°
CMYK 0.110.000.00   0.14
XYZ60.755567.432477.5238
Yxy67.43240.29530.3278
Hunter Lab82.1172-11.63961.5086
CIE-Lab85.7218-7.7454-3.2066

#c3dbdc color RGB value is (195,219,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11011011 11011100
Octal 303 333 334
Decimal 195 219 220
Hex C3 DB DC

RGB Percentages of Color #c3dbdc

%30.76
%34.54
%34.70

CMYK Percentages of Color #c3dbdc

%11
%0
%0
%14

Triadic Colors of #c3dbdc

#c3dbdc #dcc3db #dbdcc3

Analogous Colors of #c3dbdc

#c3dbdc #c3cfdc #c3dcd1

Monochromatic Colors of #c3dbdc

#c3dbdc

Complementary Color

#c3dbdc #dcc4c3

#c3dbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3dbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3dbdc Color CSS Codes

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

#c3dbdc Text Font Color

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

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


#c3dbdc Background Color

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

This div background color is #c3dbdc


#c3dbdc Border Color

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

This div border color is #c3dbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3dbdc

#c3dbdc Color Palettes


Comments

No comments written yet.

Please login to write comment.