Color Hex Logo

#c8baa4 Color Hex

#C8BAA4
(200,186,164)
0 Favorites   0 Comments

Color spaces of #c8baa4

RGB 200186164
HSL0.100.250.71
HSV37°18°78°
CMYK 0.000.070.18   0.22
XYZ48.079250.077542.2538
Yxy50.07750.34240.3567
Hunter Lab70.7655-2.563814.1340
CIE-Lab76.11681.335912.9411

#c8baa4 color RGB value is (200,186,164).

#c8baa4 hex color red value is 200, green value is 186 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #c8baa4 hue: 0.10 , saturation: 0.25 and the lightness value of c8baa4 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10111010 10100100
Octal 310 272 244
Decimal 200 186 164
Hex C8 BA A4

RGB Percentages of Color #c8baa4

%36.36
%33.82
%29.82

CMYK Percentages of Color #c8baa4

%0
%7
%18
%22

Triadic Colors of #c8baa4

#c8baa4 #a4c8ba #baa4c8

Analogous Colors of #c8baa4

#c8baa4 #c4c8a4 #c8a8a4

Monochromatic Colors of #c8baa4

#c8baa4

Complementary Color

#c8baa4 #a4b2c8

#c8baa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8baa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8baa4 Color CSS Codes

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

#c8baa4 Text Font Color

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

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


#c8baa4 Background Color

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

This div background color is #c8baa4


#c8baa4 Border Color

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

This div border color is #c8baa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8baa4


Comments

No comments written yet.

Please login to write comment.