Color Hex Logo

#c8bbaf Color Hex

#C8BBAF
(200,187,175)
0 Favorites   0 Comments

Color spaces of #c8bbaf

RGB 200187175
HSL0.080.190.74
HSV29°13°78°
CMYK 0.000.070.13   0.22
XYZ49.327650.915247.7852
Yxy50.91520.33320.3440
Hunter Lab71.3549-1.474110.2429
CIE-Lab76.62762.55287.7153

#c8bbaf color RGB value is (200,187,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10111011 10101111
Octal 310 273 257
Decimal 200 187 175
Hex C8 BB AF

RGB Percentages of Color #c8bbaf

%35.59
%33.27
%31.14

CMYK Percentages of Color #c8bbaf

%0
%7
%13
%22

Triadic Colors of #c8bbaf

#c8bbaf #afc8bb #bbafc8

Analogous Colors of #c8bbaf

#c8bbaf #c8c8af #c8afb0

Monochromatic Colors of #c8bbaf

#c8bbaf

Complementary Color

#c8bbaf #afbcc8

#c8bbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8bbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8bbaf Color CSS Codes

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

#c8bbaf Text Font Color

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

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


#c8bbaf Background Color

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

This div background color is #c8bbaf


#c8bbaf Border Color

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

This div border color is #c8bbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8bbaf


Comments

No comments written yet.

Please login to write comment.