Color Hex Logo

#c1ddc8 Color Hex

#C1DDC8
(193,221,200)
0 Favorites   0 Comments

Color spaces of #c1ddc8

RGB 193221200
HSL0.380.290.81
HSV135°13°87°
CMYK 0.130.000.10   0.13
XYZ58.274167.220564.5471
Yxy67.22050.30660.3537
Hunter Lab81.9881-16.608010.7142
CIE-Lab85.6152-13.23117.1884

#c1ddc8 color RGB value is (193,221,200).

#c1ddc8 hex color red value is 193, green value is 221 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #c1ddc8 hue: 0.38 , saturation: 0.29 and the lightness value of c1ddc8 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011101 11001000
Octal 301 335 310
Decimal 193 221 200
Hex C1 DD C8

RGB Percentages of Color #c1ddc8

%31.43
%35.99
%32.57

CMYK Percentages of Color #c1ddc8

%13
%0
%10
%13

Triadic Colors of #c1ddc8

#c1ddc8 #c8c1dd #ddc8c1

Analogous Colors of #c1ddc8

#c1ddc8 #c1ddd6 #c8ddc1

Monochromatic Colors of #c1ddc8

#c1ddc8

Complementary Color

#c1ddc8 #ddc1d6

#c1ddc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1ddc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1ddc8 Color CSS Codes

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

#c1ddc8 Text Font Color

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

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


#c1ddc8 Background Color

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

This div background color is #c1ddc8


#c1ddc8 Border Color

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

This div border color is #c1ddc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1ddc8


Comments

No comments written yet.

Please login to write comment.