Color Hex Logo

#c1dabe Color Hex

#C1DABE
(193,218,190)
0 Favorites   0 Comments

Color spaces of #c1dabe

RGB 193218190
HSL0.320.270.80
HSV114°13°85°
CMYK 0.110.000.13   0.15
XYZ56.358065.198058.3293
Yxy65.19800.31330.3624
Hunter Lab80.7453-16.716113.6914
CIE-Lab84.5857-13.501110.9913

#c1dabe color RGB value is (193,218,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011010 10111110
Octal 301 332 276
Decimal 193 218 190
Hex C1 DA BE

RGB Percentages of Color #c1dabe

%32.11
%36.27
%31.61

CMYK Percentages of Color #c1dabe

%11
%0
%13
%15

Triadic Colors of #c1dabe

#c1dabe #bec1da #dabec1

Analogous Colors of #c1dabe

#c1dabe #bedac9 #cfdabe

Monochromatic Colors of #c1dabe

#c1dabe

Complementary Color

#c1dabe #d7beda

#c1dabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1dabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1dabe Color CSS Codes

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

#c1dabe Text Font Color

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

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


#c1dabe Background Color

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

This div background color is #c1dabe


#c1dabe Border Color

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

This div border color is #c1dabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1dabe


Comments

No comments written yet.

Please login to write comment.