Color Hex Logo

#c2babe Color Hex

#C2BABE
(194,186,190)
0 Favorites   0 Comments

Color spaces of #c2babe

RGB 194186190
HSL0.920.060.75
HSV330°76°
CMYK 0.000.040.02   0.24
XYZ49.101350.304955.8371
Yxy50.30490.31630.3240
Hunter Lab70.9259-0.54672.9716
CIE-Lab76.25603.5391-1.0230

#c2babe color RGB value is (194,186,190).

#c2babe hex color red value is 194, green value is 186 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c2babe hue: 0.92 , saturation: 0.06 and the lightness value of c2babe is 0.75.

The process color (four color CMYK) of #c2babe color hex is 0.00, 0.04, 0.02, 0.24. Web safe color of #c2babe is #cccccc. Color #c2babe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10111010 10111110
Octal 302 272 276
Decimal 194 186 190
Hex C2 BA BE

RGB Percentages of Color #c2babe

%34.04
%32.63
%33.33

CMYK Percentages of Color #c2babe

%0
%4
%2
%24

Triadic Colors of #c2babe

#c2babe #bec2ba #babec2

Analogous Colors of #c2babe

#c2babe #c2baba #c2bac2

Monochromatic Colors of #c2babe

#c2babe

Complementary Color

#c2babe #bac2be

#c2babe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2babe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2babe Color CSS Codes

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

#c2babe Text Font Color

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

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


#c2babe Background Color

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

This div background color is #c2babe


#c2babe Border Color

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

This div border color is #c2babe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2babe


Comments

No comments written yet.

Please login to write comment.