Color Hex Logo

#c1dbbf Color Hex

#C1DBBF
(193,219,191)
0 Favorites   0 Comments

Color spaces of #c1dbbf

RGB 193219191
HSL0.320.280.80
HSV116°13°86°
CMYK 0.120.000.13   0.14
XYZ56.727865.762158.9937
Yxy65.76210.31260.3624
Hunter Lab81.0938-17.047613.6337
CIE-Lab84.8749-13.831110.8756

#c1dbbf color RGB value is (193,219,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011011 10111111
Octal 301 333 277
Decimal 193 219 191
Hex C1 DB BF

RGB Percentages of Color #c1dbbf

%32.01
%36.32
%31.67

CMYK Percentages of Color #c1dbbf

%12
%0
%13
%14

Triadic Colors of #c1dbbf

#c1dbbf #bfc1db #dbbfc1

Analogous Colors of #c1dbbf

#c1dbbf #bfdbcb #cfdbbf

Monochromatic Colors of #c1dbbf

#c1dbbf

Complementary Color

#c1dbbf #d9bfdb

#c1dbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1dbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1dbbf Color CSS Codes

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

#c1dbbf Text Font Color

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

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


#c1dbbf Background Color

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

This div background color is #c1dbbf


#c1dbbf Border Color

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

This div border color is #c1dbbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,219,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 #c1dbbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1dbbf


Comments

No comments written yet.

Please login to write comment.