Color Hex Logo

#c1debe Color Hex

#C1DEBE
(193,222,190)
0 Favorites   0 Comments

Color spaces of #c1debe

RGB 193222190
HSL0.320.330.81
HSV114°14°87°
CMYK 0.130.000.14   0.13
XYZ57.407967.297758.6792
Yxy67.29770.31300.3670
Hunter Lab82.0352-18.647915.0149
CIE-Lab85.6541-15.513812.5092

#c1debe color RGB value is (193,222,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011110 10111110
Octal 301 336 276
Decimal 193 222 190
Hex C1 DE BE

RGB Percentages of Color #c1debe

%31.90
%36.69
%31.40

CMYK Percentages of Color #c1debe

%13
%0
%14
%13

Triadic Colors of #c1debe

#c1debe #bec1de #debec1

Analogous Colors of #c1debe

#c1debe #bedecb #d1debe

Monochromatic Colors of #c1debe

#c1debe

Complementary Color

#c1debe #dbbede

#c1debe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1debe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1debe Color CSS Codes

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

#c1debe Text Font Color

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

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


#c1debe Background Color

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

This div background color is #c1debe


#c1debe Border Color

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

This div border color is #c1debe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1debe


Comments

No comments written yet.

Please login to write comment.