Color Hex Logo

#c1dedb Color Hex

#C1DEDB
(193,222,219)
0 Favorites   0 Comments

Color spaces of #c1dedb

RGB 193222219
HSL0.480.310.81
HSV174°13°87°
CMYK 0.130.000.01   0.13
XYZ60.899868.694577.0674
Yxy68.69450.29470.3324
Hunter Lab82.8821-13.88632.8871
CIE-Lab86.3525-10.1233-1.7681

#c1dedb color RGB value is (193,222,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011110 11011011
Octal 301 336 333
Decimal 193 222 219
Hex C1 DE DB

RGB Percentages of Color #c1dedb

%30.44
%35.02
%34.54

CMYK Percentages of Color #c1dedb

%13
%0
%1
%13

Triadic Colors of #c1dedb

#c1dedb #dbc1de #dedbc1

Analogous Colors of #c1dedb

#c1dedb #c1d3de #c1decd

Monochromatic Colors of #c1dedb

#c1dedb

Complementary Color

#c1dedb #dec1c4

#c1dedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1dedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1dedb Color CSS Codes

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

#c1dedb Text Font Color

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

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


#c1dedb Background Color

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

This div background color is #c1dedb


#c1dedb Border Color

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

This div border color is #c1dedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1dedb

#c1dedb Color Palettes


Comments

No comments written yet.

Please login to write comment.