Color Hex Logo

#c8bbae Color Hex

#C8BBAE
(200,187,174)
0 Favorites   0 Comments

Color spaces of #c8bbae

RGB 200187174
HSL0.080.190.73
HSV30°13°78°
CMYK 0.000.070.13   0.22
XYZ49.229750.876047.2698
Yxy50.87600.33400.3452
Hunter Lab71.3274-1.623510.6368
CIE-Lab76.60382.38938.2227

#c8bbae color RGB value is (200,187,174).

#c8bbae hex color red value is 200, green value is 187 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c8bbae hue: 0.08 , saturation: 0.19 and the lightness value of c8bbae is 0.73.

The process color (four color CMYK) of #c8bbae color hex is 0.00, 0.07, 0.13, 0.22. Web safe color of #c8bbae is #cccc99. Color #c8bbae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10111011 10101110
Octal 310 273 256
Decimal 200 187 174
Hex C8 BB AE

RGB Percentages of Color #c8bbae

%35.65
%33.33
%31.02

CMYK Percentages of Color #c8bbae

%0
%7
%13
%22

Triadic Colors of #c8bbae

#c8bbae #aec8bb #bbaec8

Analogous Colors of #c8bbae

#c8bbae #c8c8ae #c8aeae

Monochromatic Colors of #c8bbae

#c8bbae

Complementary Color

#c8bbae #aebbc8

#c8bbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8bbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8bbae Color CSS Codes

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

#c8bbae Text Font Color

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

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


#c8bbae Background Color

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

This div background color is #c8bbae


#c8bbae Border Color

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

This div border color is #c8bbae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,187,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c8bbae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8bbae

#c8bbae Color Palettes


Comments

No comments written yet.

Please login to write comment.