Color Hex Logo

#c1debd Color Hex

#C1DEBD
(193,222,189)
0 Favorites   0 Comments

Color spaces of #c1debd

RGB 193222189
HSL0.310.330.81
HSV113°15°87°
CMYK 0.130.000.15   0.13
XYZ57.298967.254158.1055
Yxy67.25410.31370.3682
Hunter Lab82.0086-18.798215.3973
CIE-Lab85.6321-15.686913.0035

#c1debd color RGB value is (193,222,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011110 10111101
Octal 301 336 275
Decimal 193 222 189
Hex C1 DE BD

RGB Percentages of Color #c1debd

%31.95
%36.75
%31.29

CMYK Percentages of Color #c1debd

%13
%0
%15
%13

Triadic Colors of #c1debd

#c1debd #bdc1de #debdc1

Analogous Colors of #c1debd

#c1debd #bddeca #d2debd

Monochromatic Colors of #c1debd

#c1debd

Complementary Color

#c1debd #dabdde

#c1debd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1debd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1debd Color CSS Codes

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

#c1debd Text Font Color

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

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


#c1debd Background Color

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

This div background color is #c1debd


#c1debd Border Color

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

This div border color is #c1debd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1debd


Comments

No comments written yet.

Please login to write comment.