Color Hex Logo

#c1dbdc Color Hex

#C1DBDC
(193,219,220)
0 Favorites   0 Comments

Color spaces of #c1dbdc

RGB 193219220
HSL0.510.280.81
HSV182°12°86°
CMYK 0.120.000.00   0.14
XYZ60.242167.167877.4997
Yxy67.16780.29400.3278
Hunter Lab81.9560-12.21571.3030
CIE-Lab85.5886-8.3878-3.4178

#c1dbdc color RGB value is (193,219,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011011 11011100
Octal 301 333 334
Decimal 193 219 220
Hex C1 DB DC

RGB Percentages of Color #c1dbdc

%30.54
%34.65
%34.81

CMYK Percentages of Color #c1dbdc

%12
%0
%0
%14

Triadic Colors of #c1dbdc

#c1dbdc #dcc1db #dbdcc1

Analogous Colors of #c1dbdc

#c1dbdc #c1cedc #c1dcd0

Monochromatic Colors of #c1dbdc

#c1dbdc

Complementary Color

#c1dbdc #dcc2c1

#c1dbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1dbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1dbdc Color CSS Codes

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

#c1dbdc Text Font Color

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

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


#c1dbdc Background Color

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

This div background color is #c1dbdc


#c1dbdc Border Color

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

This div border color is #c1dbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1dbdc


Comments

No comments written yet.

Please login to write comment.