Color Hex Logo

#c1ddbf Color Hex

#C1DDBF
(193,221,191)
0 Favorites   0 Comments

Color spaces of #c1ddbf

RGB 193221191
HSL0.320.310.81
HSV116°14°87°
CMYK 0.130.000.14   0.13
XYZ57.252766.811959.1687
Yxy66.81190.31250.3646
Hunter Lab81.7385-18.014514.2983
CIE-Lab85.4089-14.838211.6352

#c1ddbf color RGB value is (193,221,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011101 10111111
Octal 301 335 277
Decimal 193 221 191
Hex C1 DD BF

RGB Percentages of Color #c1ddbf

%31.90
%36.53
%31.57

CMYK Percentages of Color #c1ddbf

%13
%0
%14
%13

Triadic Colors of #c1ddbf

#c1ddbf #bfc1dd #ddbfc1

Analogous Colors of #c1ddbf

#c1ddbf #bfddcc #d0ddbf

Monochromatic Colors of #c1ddbf

#c1ddbf

Complementary Color

#c1ddbf #dbbfdd

#c1ddbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1ddbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1ddbf Color CSS Codes

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

#c1ddbf Text Font Color

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

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


#c1ddbf Background Color

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

This div background color is #c1ddbf


#c1ddbf Border Color

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

This div border color is #c1ddbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1ddbf

#c1ddbf Color Palettes


Comments

No comments written yet.

Please login to write comment.