Color Hex Logo

#c4c795 Color Hex

#C4C795
(196,199,149)
0 Favorites   0 Comments

Color spaces of #c4c795

RGB 196199149
HSL0.180.310.68
HSV64°25°78°
CMYK 0.020.000.25   0.22
XYZ48.613254.752536.4399
Yxy54.75250.34770.3916
Hunter Lab73.9949-12.220222.5982
CIE-Lab78.8985-9.184624.7607

#c4c795 color RGB value is (196,199,149).

#c4c795 hex color red value is 196, green value is 199 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #c4c795 hue: 0.18 , saturation: 0.31 and the lightness value of c4c795 is 0.68.

The process color (four color CMYK) of #c4c795 color hex is 0.02, 0.00, 0.25, 0.22. Web safe color of #c4c795 is #cccc99. Color #c4c795 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11000111 10010101
Octal 304 307 225
Decimal 196 199 149
Hex C4 C7 95

RGB Percentages of Color #c4c795

%36.03
%36.58
%27.39

CMYK Percentages of Color #c4c795

%2
%0
%25
%22

Triadic Colors of #c4c795

#c4c795 #95c4c7 #c795c4

Analogous Colors of #c4c795

#c4c795 #abc795 #c7b195

Monochromatic Colors of #c4c795

#c4c795

Complementary Color

#c4c795 #9895c7

#c4c795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4c795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4c795 Color CSS Codes

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

#c4c795 Text Font Color

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

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


#c4c795 Background Color

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

This div background color is #c4c795


#c4c795 Border Color

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

This div border color is #c4c795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4c795


Comments

No comments written yet.

Please login to write comment.