Color Hex Logo

#c8cbaa Color Hex

#C8CBAA
(200,203,170)
0 Favorites   0 Comments

Color spaces of #c8cbaa

RGB 200203170
HSL0.180.240.73
HSV65°16°80°
CMYK 0.010.000.16   0.20
XYZ52.431157.893546.4414
Yxy57.89350.33450.3693
Hunter Lab76.0878-10.151617.0728
CIE-Lab80.6795-6.656416.1397

#c8cbaa color RGB value is (200,203,170).

#c8cbaa hex color red value is 200, green value is 203 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c8cbaa hue: 0.18 , saturation: 0.24 and the lightness value of c8cbaa is 0.73.

The process color (four color CMYK) of #c8cbaa color hex is 0.01, 0.00, 0.16, 0.20. Web safe color of #c8cbaa is #cccc99. Color #c8cbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11001011 10101010
Octal 310 313 252
Decimal 200 203 170
Hex C8 CB AA

RGB Percentages of Color #c8cbaa

%34.90
%35.43
%29.67

CMYK Percentages of Color #c8cbaa

%1
%0
%16
%20

Triadic Colors of #c8cbaa

#c8cbaa #aac8cb #cbaac8

Analogous Colors of #c8cbaa

#c8cbaa #b8cbaa #cbbeaa

Monochromatic Colors of #c8cbaa

#c8cbaa

Complementary Color

#c8cbaa #adaacb

#c8cbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8cbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8cbaa Color CSS Codes

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

#c8cbaa Text Font Color

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

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


#c8cbaa Background Color

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

This div background color is #c8cbaa


#c8cbaa Border Color

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

This div border color is #c8cbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8cbaa


Comments

No comments written yet.

Please login to write comment.