Color Hex Logo

#c2dabe Color Hex

#C2DABE
(194,218,190)
0 Favorites   0 Comments

Color spaces of #c2dabe

RGB 194218190
HSL0.310.270.80
HSV111°13°85°
CMYK 0.110.000.13   0.15
XYZ56.613865.329858.3413
Yxy65.32980.31400.3624
Hunter Lab80.8269-16.419713.7829
CIE-Lab84.6534-13.158511.0970

#c2dabe color RGB value is (194,218,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11011010 10111110
Octal 302 332 276
Decimal 194 218 190
Hex C2 DA BE

RGB Percentages of Color #c2dabe

%32.23
%36.21
%31.56

CMYK Percentages of Color #c2dabe

%11
%0
%13
%15

Triadic Colors of #c2dabe

#c2dabe #bec2da #dabec2

Analogous Colors of #c2dabe

#c2dabe #bedac8 #d0dabe

Monochromatic Colors of #c2dabe

#c2dabe

Complementary Color

#c2dabe #d6beda

#c2dabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2dabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2dabe Color CSS Codes

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

#c2dabe Text Font Color

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

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


#c2dabe Background Color

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

This div background color is #c2dabe


#c2dabe Border Color

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

This div border color is #c2dabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2dabe


Comments

No comments written yet.

Please login to write comment.