Color Hex Logo

#c1dace Color Hex

#C1DACE
(193,218,206)
0 Favorites   0 Comments

Color spaces of #c1dace

RGB 193218206
HSL0.420.250.81
HSV151°11°85°
CMYK 0.110.000.06   0.15
XYZ58.204365.936568.0518
Yxy65.93650.30280.3431
Hunter Lab81.2013-14.15527.1521
CIE-Lab84.9640-10.59413.0784

#c1dace color RGB value is (193,218,206).

#c1dace hex color red value is 193, green value is 218 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c1dace hue: 0.42 , saturation: 0.25 and the lightness value of c1dace is 0.81.

The process color (four color CMYK) of #c1dace color hex is 0.11, 0.00, 0.06, 0.15. Web safe color of #c1dace is #cccccc. Color #c1dace contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011010 11001110
Octal 301 332 316
Decimal 193 218 206
Hex C1 DA CE

RGB Percentages of Color #c1dace

%31.28
%35.33
%33.39

CMYK Percentages of Color #c1dace

%11
%0
%6
%15

Triadic Colors of #c1dace

#c1dace #cec1da #dacec1

Analogous Colors of #c1dace

#c1dace #c1dada #c1dac2

Monochromatic Colors of #c1dace

#c1dace

Complementary Color

#c1dace #dac1cd

#c1dace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1dace Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1dace Color CSS Codes

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

#c1dace Text Font Color

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

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


#c1dace Background Color

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

This div background color is #c1dace


#c1dace Border Color

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

This div border color is #c1dace


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,218,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1dace


Comments

No comments written yet.

Please login to write comment.