Color Hex Logo

#c4bc90 Color Hex

#C4BC90
(196,188,144)
0 Favorites   0 Comments

Color spaces of #c4bc90

RGB 196188144
HSL0.140.310.67
HSV51°27°77°
CMYK 0.000.040.27   0.23
XYZ45.782249.715833.5687
Yxy49.71580.35470.3852
Hunter Lab70.5094-7.490421.1293
CIE-Lab75.8945-4.154123.3286

#c4bc90 color RGB value is (196,188,144).

#c4bc90 hex color red value is 196, green value is 188 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #c4bc90 hue: 0.14 , saturation: 0.31 and the lightness value of c4bc90 is 0.67.

The process color (four color CMYK) of #c4bc90 color hex is 0.00, 0.04, 0.27, 0.23. Web safe color of #c4bc90 is #cccc99. Color #c4bc90 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10111100 10010000
Octal 304 274 220
Decimal 196 188 144
Hex C4 BC 90

RGB Percentages of Color #c4bc90

%37.12
%35.61
%27.27

CMYK Percentages of Color #c4bc90

%0
%4
%27
%23

Triadic Colors of #c4bc90

#c4bc90 #90c4bc #bc90c4

Analogous Colors of #c4bc90

#c4bc90 #b2c490 #c4a290

Monochromatic Colors of #c4bc90

#c4bc90

Complementary Color

#c4bc90 #9098c4

#c4bc90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4bc90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4bc90 Color CSS Codes

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

#c4bc90 Text Font Color

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

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


#c4bc90 Background Color

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

This div background color is #c4bc90


#c4bc90 Border Color

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

This div border color is #c4bc90


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,188,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c4bc90; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c4bc90;
  -webkit-box-shadow: 1px 1px 3px 2px #c4bc90;
  box-shadow:         1px 1px 3px 2px #c4bc90; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,188,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4bc90


Comments

No comments written yet.

Please login to write comment.