Color Hex Logo

#c1dede Color Hex

#C1DEDE
(193,222,222)
0 Favorites   0 Comments

Color spaces of #c1dede

RGB 193222222
HSL0.500.310.81
HSV180°13°87°
CMYK 0.130.000.00   0.13
XYZ61.298468.853979.1666
Yxy68.85390.29280.3289
Hunter Lab82.9783-13.34891.5183
CIE-Lab86.4317-9.5258-3.2355

#c1dede color RGB value is (193,222,222).

#c1dede hex color red value is 193, green value is 222 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c1dede hue: 0.50 , saturation: 0.31 and the lightness value of c1dede is 0.81.

The process color (four color CMYK) of #c1dede color hex is 0.13, 0.00, 0.00, 0.13. Web safe color of #c1dede is #cccccc. Color #c1dede contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011110 11011110
Octal 301 336 336
Decimal 193 222 222
Hex C1 DE DE

RGB Percentages of Color #c1dede

%30.30
%34.85
%34.85

CMYK Percentages of Color #c1dede

%13
%0
%0
%13

Triadic Colors of #c1dede

#c1dede #dec1de #dedec1

Analogous Colors of #c1dede

#c1dede #c1d0de #c1ded0

Monochromatic Colors of #c1dede

#c1dede

Complementary Color

#c1dede #dec1c1

#c1dede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1dede Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1dede Color CSS Codes

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

#c1dede Text Font Color

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

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


#c1dede Background Color

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

This div background color is #c1dede


#c1dede Border Color

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

This div border color is #c1dede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1dede


Comments

No comments written yet.

Please login to write comment.