Color Hex Logo

#c1dbbe Color Hex

#C1DBBE
(193,219,190)
0 Favorites   0 Comments

Color spaces of #c1dbbe

RGB 193219190
HSL0.320.290.80
HSV114°13°86°
CMYK 0.120.000.13   0.14
XYZ56.618165.718258.4160
Yxy65.71820.31320.3636
Hunter Lab81.0668-17.200114.0229
CIE-Lab84.8525-14.005911.3709

#c1dbbe color RGB value is (193,219,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011011 10111110
Octal 301 333 276
Decimal 193 219 190
Hex C1 DB BE

RGB Percentages of Color #c1dbbe

%32.06
%36.38
%31.56

CMYK Percentages of Color #c1dbbe

%12
%0
%13
%14

Triadic Colors of #c1dbbe

#c1dbbe #bec1db #dbbec1

Analogous Colors of #c1dbbe

#c1dbbe #bedbca #d0dbbe

Monochromatic Colors of #c1dbbe

#c1dbbe

Complementary Color

#c1dbbe #d8bedb

#c1dbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1dbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1dbbe Color CSS Codes

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

#c1dbbe Text Font Color

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

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


#c1dbbe Background Color

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

This div background color is #c1dbbe


#c1dbbe Border Color

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

This div border color is #c1dbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1dbbe


Comments

No comments written yet.

Please login to write comment.