Color Hex Logo

#c8babe Color Hex

#C8BABE
(200,186,190)
0 Favorites   0 Comments

Color spaces of #c8babe

RGB 200186190
HSL0.950.110.76
HSV343°78°
CMYK 0.000.070.05   0.22
XYZ50.672651.114955.9106
Yxy51.11490.32130.3241
Hunter Lab71.49471.39803.6800
CIE-Lab76.74865.6508-0.2440

#c8babe color RGB value is (200,186,190).

#c8babe hex color red value is 200, green value is 186 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c8babe hue: 0.95 , saturation: 0.11 and the lightness value of c8babe is 0.76.

The process color (four color CMYK) of #c8babe color hex is 0.00, 0.07, 0.05, 0.22. Web safe color of #c8babe is #cccccc. Color #c8babe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10111010 10111110
Octal 310 272 276
Decimal 200 186 190
Hex C8 BA BE

RGB Percentages of Color #c8babe

%34.72
%32.29
%32.99

CMYK Percentages of Color #c8babe

%0
%7
%5
%22

Triadic Colors of #c8babe

#c8babe #bec8ba #babec8

Analogous Colors of #c8babe

#c8babe #c8bdba #c8bac5

Monochromatic Colors of #c8babe

#c8babe

Complementary Color

#c8babe #bac8c4

#c8babe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8babe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8babe Color CSS Codes

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

#c8babe Text Font Color

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

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


#c8babe Background Color

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

This div background color is #c8babe


#c8babe Border Color

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

This div border color is #c8babe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8babe


Comments

No comments written yet.

Please login to write comment.