Color Hex Logo

#c1dee1 Color Hex

#C1DEE1
(193,222,225)
0 Favorites   0 Comments

Color spaces of #c1dee1

RGB 193222225
HSL0.520.350.82
HSV186°14°88°
CMYK 0.140.010.00   0.12
XYZ61.704269.016381.3035
Yxy69.01630.29100.3255
Hunter Lab83.0760-12.80340.1283
CIE-Lab86.5121-8.9215-4.7005

#c1dee1 color RGB value is (193,222,225).

#c1dee1 hex color red value is 193, green value is 222 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #c1dee1 hue: 0.52 , saturation: 0.35 and the lightness value of c1dee1 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011110 11100001
Octal 301 336 341
Decimal 193 222 225
Hex C1 DE E1

RGB Percentages of Color #c1dee1

%30.16
%34.69
%35.16

CMYK Percentages of Color #c1dee1

%14
%1
%0
%12

Triadic Colors of #c1dee1

#c1dee1 #e1c1de #dee1c1

Analogous Colors of #c1dee1

#c1dee1 #c1cee1 #c1e1d4

Monochromatic Colors of #c1dee1

#c1dee1

Complementary Color

#c1dee1 #e1c4c1

#c1dee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1dee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1dee1 Color CSS Codes

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

#c1dee1 Text Font Color

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

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


#c1dee1 Background Color

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

This div background color is #c1dee1


#c1dee1 Border Color

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

This div border color is #c1dee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1dee1


Comments

No comments written yet.

Please login to write comment.