Color Hex Logo

#c1deec Color Hex

#C1DEEC
(193,222,236)
0 Favorites   0 Comments

Color spaces of #c1deec

RGB 193222236
HSL0.550.530.84
HSV200°18°93°
CMYK 0.180.060.00   0.07
XYZ63.253969.636189.4642
Yxy69.63610.28450.3132
Hunter Lab83.4482-10.7312-5.1506
CIE-Lab86.8181-6.6458-10.0513

#c1deec color RGB value is (193,222,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011110 11101100
Octal 301 336 354
Decimal 193 222 236
Hex C1 DE EC

RGB Percentages of Color #c1deec

%29.65
%34.10
%36.25

CMYK Percentages of Color #c1deec

%18
%6
%0
%7

Triadic Colors of #c1deec

#c1deec #ecc1de #deecc1

Analogous Colors of #c1deec

#c1deec #c1c9ec #c1ece5

Monochromatic Colors of #c1deec

#c1deec

Complementary Color

#c1deec #eccfc1

#c1deec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1deec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1deec Color CSS Codes

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

#c1deec Text Font Color

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

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


#c1deec Background Color

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

This div background color is #c1deec


#c1deec Border Color

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

This div border color is #c1deec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1deec


Comments

No comments written yet.

Please login to write comment.