Color Hex Logo

#c1daec Color Hex

#C1DAEC
(193,218,236)
0 Favorites   0 Comments

Color spaces of #c1daec

RGB 193218236
HSL0.570.530.84
HSV205°18°93°
CMYK 0.180.080.00   0.07
XYZ62.204067.536489.1142
Yxy67.53640.28420.3086
Hunter Lab82.1805-8.7059-6.7660
CIE-Lab85.7741-4.5746-11.6066

#c1daec color RGB value is (193,218,236).

#c1daec hex color red value is 193, green value is 218 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c1daec hue: 0.57 , saturation: 0.53 and the lightness value of c1daec is 0.84.

The process color (four color CMYK) of #c1daec color hex is 0.18, 0.08, 0.00, 0.07. Web safe color of #c1daec is #ccccff. Color #c1daec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011010 11101100
Octal 301 332 354
Decimal 193 218 236
Hex C1 DA EC

RGB Percentages of Color #c1daec

%29.83
%33.69
%36.48

CMYK Percentages of Color #c1daec

%18
%8
%0
%7

Triadic Colors of #c1daec

#c1daec #ecc1da #daecc1

Analogous Colors of #c1daec

#c1daec #c1c5ec #c1ece9

Monochromatic Colors of #c1daec

#c1daec

Complementary Color

#c1daec #ecd3c1

#c1daec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1daec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1daec Color CSS Codes

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

#c1daec Text Font Color

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

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


#c1daec Background Color

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

This div background color is #c1daec


#c1daec Border Color

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

This div border color is #c1daec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1daec


Comments

No comments written yet.

Please login to write comment.