Color Hex Logo

#c4c998 Color Hex

#C4C998
(196,201,152)
0 Favorites   0 Comments

Color spaces of #c4c998

RGB 196201152
HSL0.180.310.69
HSV66°24°79°
CMYK 0.020.000.24   0.21
XYZ49.319155.776037.8722
Yxy55.77600.34500.3901
Hunter Lab74.6833-12.818722.2121
CIE-Lab79.4862-9.791623.9779

#c4c998 color RGB value is (196,201,152).

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

The process color (four color CMYK) of #c4c998 color hex is 0.02, 0.00, 0.24, 0.21. Web safe color of #c4c998 is #cccc99. Color #c4c998 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11001001 10011000
Octal 304 311 230
Decimal 196 201 152
Hex C4 C9 98

RGB Percentages of Color #c4c998

%35.70
%36.61
%27.69

CMYK Percentages of Color #c4c998

%2
%0
%24
%21

Triadic Colors of #c4c998

#c4c998 #98c4c9 #c998c4

Analogous Colors of #c4c998

#c4c998 #acc998 #c9b698

Monochromatic Colors of #c4c998

#c4c998

Complementary Color

#c4c998 #9d98c9

#c4c998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4c998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4c998 Color CSS Codes

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

#c4c998 Text Font Color

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

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


#c4c998 Background Color

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

This div background color is #c4c998


#c4c998 Border Color

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

This div border color is #c4c998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4c998


Comments

No comments written yet.

Please login to write comment.