Color Hex Logo

#c1deed Color Hex

#C1DEED
(193,222,237)
0 Favorites   0 Comments

Color spaces of #c1deed

RGB 193222237
HSL0.560.550.84
HSV200°19°93°
CMYK 0.190.060.00   0.07
XYZ63.399769.694490.2316
Yxy69.69440.28390.3121
Hunter Lab83.4832-10.5371-5.6445
CIE-Lab86.8468-6.4343-10.5359

#c1deed color RGB value is (193,222,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011110 11101101
Octal 301 336 355
Decimal 193 222 237
Hex C1 DE ED

RGB Percentages of Color #c1deed

%29.60
%34.05
%36.35

CMYK Percentages of Color #c1deed

%19
%6
%0
%7

Triadic Colors of #c1deed

#c1deed #edc1de #deedc1

Analogous Colors of #c1deed

#c1deed #c1c8ed #c1ede6

Monochromatic Colors of #c1deed

#c1deed

Complementary Color

#c1deed #edd0c1

#c1deed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1deed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1deed Color CSS Codes

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

#c1deed Text Font Color

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

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


#c1deed Background Color

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

This div background color is #c1deed


#c1deed Border Color

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

This div border color is #c1deed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1deed


Comments

No comments written yet.

Please login to write comment.